networktocode / ntc-netbox-plugin-onboarding

A plugin for NetBox to easily onboard new devices.
Other
246 stars 46 forks source link

Async task race condition fix #84

Closed mzbroch closed 4 years ago

mzbroch commented 4 years ago

This PR prevents from occasional race condition in the netbox_onboarding application. Potential behaviour was that workers were passed the onboarding task id, but at the worker execution moment the database transaction has not yet been committed thus the right onboarding task could not be found by the worker.