OptimalBits / bull

Premium Queue package for handling distributed jobs and messages in NodeJS.
Other
15.58k stars 1.43k forks source link

fix: remove stuck as a job state #2725

Closed jdforsythe closed 5 months ago

jdforsythe commented 7 months ago

Removes stuck as a valid job state.

Removes the function to check, removes the return of 'stuck' in getState(), updates docs and tests to remove "stuck".`

stale[bot] commented 5 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

jdforsythe commented 4 months ago

According to #2723 "stuck" is not a valid state and this should be merged to remove it

@manast