|
|
|
|
|
by NicoJuicy
698 days ago
|
|
Just an alternative related to pulling. We had a task that checked every minute what could be executed. Instead of doing that, we scheduled the executing code to execute on that time ( if it didn't exist yet) through service bus. Since events can be planned... Easy peasy and avoided a micro service named "scheduler", a db and an Serverless function... ( Hoboy) |
|