You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We recently introduced new notification types for background API tasks of the ZeroTier VPN backend in openwisp-controller. As part of this implementation, we also created a Celery task class (OpenwispApiTask) that contains the notification logic, along with a retry mechanism. To enhance reusability, we propose centralizing this logic and the new notification types so that other OpenWISP modules can utilize them for background API call Celery tasks.
We recently introduced new notification types for background API tasks of the ZeroTier VPN backend in openwisp-controller. As part of this implementation, we also created a Celery task class (
OpenwispApiTask
) that contains the notification logic, along with a retry mechanism. To enhance reusability, we propose centralizing this logic and the new notification types so that other OpenWISP modules can utilize them for background API call Celery tasks.More Information:
The text was updated successfully, but these errors were encountered: