neuroforgede / nfcompose

Build REST APIs/Integrations in minutes instead of hours - NF Compose is a (data) integration platform that allows developers to define REST APIs in seconds instead of hours. Generated REST APIs are backed by postgres and support automatic consumer webhook notifications on data changes out of the box.
Mozilla Public License 2.0
34 stars 3 forks source link

Automatically retry async tasks #115

Closed s4ke closed 6 months ago

s4ke commented 6 months ago

In some customer setup we experience issues with the async storage tasks not succeeding. While these are all fixable by going into the Admin UI and requeueing manually, we should automate this process.

TODO: