You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AsPeriodicTask and AsCronTask is pretty handing in promoting any service or command to a periodic task, the only issue is that custom stamps cannot be added to the scheduled messages unlike defining jobs in a dedicated Schedule class where there is no such restriction.
Example
#[AsPeriodicTask(stamps: [SomeStamp::class, newAnotherStamp(..some static arguments..)])]
class FooService
The text was updated successfully, but these errors were encountered:
Description
AsPeriodicTask and AsCronTask is pretty handing in promoting any service or command to a periodic task, the only issue is that custom stamps cannot be added to the scheduled messages unlike defining jobs in a dedicated Schedule class where there is no such restriction.
Example
The text was updated successfully, but these errors were encountered: