[FR] Connector should push message back to rabbitmq if function call fails #89
Labels
design
Design the solution
enhancement
New feature or request
will_implement
The enhancement will be implemented
Is your feature request related to a problem? Please describe.
In case openfaas is busy (timeout), or there is an error (response !=2xx), it seems required that the connector pushes the message back to the queue in order to avoid data to be lost.
Describe the solution you'd like
As mentioned, I think it would be nice if the message is pushed back to the queue, it may seem also a good idea to throttle execution in general (or in this case) to avoid highload loops, in case openfaas is not available.
Describe alternatives you've considered
Additional context
100.000 messages in a queue that shall be pushed through one single, not scaleable function (due to system limits and cost contrains - but not time constrains)
The text was updated successfully, but these errors were encountered: