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
If you don't want to use taskiq brokers, then it's not possible to do so, because taskiq scheduler is using brokers to trigger tasks via distributed queues. In your case i'd suggest to use traditional aioschedule.
Can I do something like below?
Or any other way to run a function at a specific time?
NOTE: I don't want to use any broker
The text was updated successfully, but these errors were encountered: