Design issues with cron #576
-
As shown in this code, the params printed by the In some business scenarios, when a scheduled task is executed, some specific parameters will be processed. For example, if an email is sent to a certain user at a certain time, the basic information of the user should be included, etc. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I think there is something you are missing with cron. It defaults with default because the only information we can know at the moment of a tick is the time. In your scenario, how would cron know which user is which?
Let me know if this makes sense. |
Beta Was this translation helpful? Give feedback.
I think there is something you are missing with cron. It defaults with default because the only information we can know at the moment of a tick is the time. In your scenario, how would cron know which user is which?
.data.Let me know if this makes sense.