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
In the container that does the work, why not just do this as an entry script?
while true
do
run cleanup commands
sleep 10
done
Seems like this would get the work done, avoid container restarts, and eliminate the need for more than one container.
The text was updated successfully, but these errors were encountered:
lucas-howard-macmillan
changed the title
Use a while loop instead of a whole another container for node-cleanup
Use a while loop instead of a whole other container for node-cleanup
Oct 4, 2024
This is in reference to #182
In the container that does the work, why not just do this as an entry script?
while true
do
run cleanup commands
sleep 10
done
Seems like this would get the work done, avoid container restarts, and eliminate the need for more than one container.
The text was updated successfully, but these errors were encountered: