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
Can be done by toggling the OFFLINERS conf to empty in that same file in the mean time ; or by setting SELFISH (not exactly equivalent but would work for most cases)
Currently when one want the manager to stop starting new task, it is needed to completely stop the container.
This has many drawbacks:
I think it would help to create a new status for the worker :
cordon
(to reuse k8s term) orscheduling_disabled
In this status the worker would just stop starting new tasks but will continue all the rest of its duties.
This should probably be configured in
/etc/zimfarm.config
(needing a manager restart, but this is not a problem)This status should be reported during check-in, stored in DB, displayed in UI.
The text was updated successfully, but these errors were encountered: