arcalot / arcaflow-engine

Arcaflow is a highly-portable workflow engine enabling modular and validated pipelines through containerized plugins.
https://arcalot.io/arcaflow/
Apache License 2.0
6 stars 9 forks source link

Plugin provider atp race condition #172

Closed jaredoconnell closed 2 months ago

jaredoconnell commented 2 months ago

Changes introduced with this PR

This moves a line up into a slot in the code at which the mutex is locked. That's it. That appears to fix the race condition.


By contributing to this repository, I agree to the contribution guidelines.