On failure multiple queue workers are spanned again

Created on 23 April 2024, 2 months ago
Updated 7 May 2024, about 2 months ago

Problem/Motivation

Currently if you have the following scenario:
1. You have a chain of three jobs depending on one of another in queue mode.
2. The queue worker fails on the first.
3. The queue worker will then spawn 3 new jobs, meaning that all of a sudden you have 6 jobs.

If for instance your OpenAI account runs out of money and this issue appears, you would then pay double when it starts working or even worse.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

Fixed

Version

1.0

Component

Code

Created by

πŸ‡©πŸ‡ͺGermany Marcus_Johansson

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024