Is it possible to schedule a message like boss.schedule(eventName, data, '30d')? #544
murbanowicz
started this conversation in
General
Replies: 1 comment
-
That appears to be what the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First of all thanks for great library!
I see some discussions similar this topic, but bot really sure it's about this purpose.
In the business processes it's often required to e.g. schedule some actions to happen like boss.schedule('trial-expired', data, 30d) and all modules to react (pub-sub) as they need to on trial expiration.
Is it possible with current boss?
Beta Was this translation helpful? Give feedback.
All reactions