Add exponential backoff strategy for monday code queues

Currently, I believe monday code queues use an immediate redelivery message failure strategy. It would be great if an optional exponential backoff strategy was added as well.

One common use case for monday code queues is to handle the scenario when an integration’s API is overwhelmed or down. An exponential backoff strategy would work well for that.

Though another approach is to use what Cody mentioned here: Add support for 429 responses on monday-code queue.

Without this, queues are unfortunately quite limited for integrations.