Skip to content

🐛 Fix thread safety in run_triggers#240

Merged
lukevalenty merged 1 commit intointel:mainfrom
elbeno:thread-safe-immediate-trigger
Mar 23, 2026
Merged

🐛 Fix thread safety in run_triggers#240
lukevalenty merged 1 commit intointel:mainfrom
elbeno:thread-safe-immediate-trigger

Conversation

@elbeno
Copy link
Copy Markdown
Contributor

@elbeno elbeno commented Mar 19, 2026

Problem:

  • Running all triggers with the immediate requeue policy is not thread-safe.

Solution:

  • Use the policy functions to be thread safe, like task_manager does.

Problem:
- Running all triggers with the `immediate` requeue policy is not thread-safe.

Solution:
- Use the policy functions to be thread safe, like `task_manager` does.
@lukevalenty lukevalenty merged commit e416f0f into intel:main Mar 23, 2026
24 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