Skip to content

Fix worker queue issues#183

Merged
gwillz merged 3 commits intomasterfrom
fix/worker-queue-issues
Mar 17, 2026
Merged

Fix worker queue issues#183
gwillz merged 3 commits intomasterfrom
fix/worker-queue-issues

Conversation

@benno-truevault
Copy link
Copy Markdown
Collaborator

  1. Job with an array property fails to run because arrays can't be unserialized
  2. If a bad job gets in the queue (e.g. class doesn't exist or fails to have its config applied, as per issue 1), the queue goes into an infinite loop trying to run the same job

Copy link
Copy Markdown
Collaborator

@gwillz gwillz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah sick.

I did already patch some other bugs when trying it out in the wild. This is goooood.

@gwillz gwillz merged commit 15345b1 into master Mar 17, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants