-
Notifications
You must be signed in to change notification settings - Fork 52
Description
Currently, db writes are performed aynchronously, this has the clear advantage of increasing thourghput, but, in overloaded dbs, can lead to missing upates and task reexecution that should be ideally avoided.
So, I think that, although async should be an option for users that tast re-execution is not a big deal, the default behavioud should be a sync one
Reactions are currently unavailable