Skip to main content


!Friendica Admins im running friendica in Docker. I periodically stop the main container and cron container to perform backups.

They never exit cleanly. The cron, in particular, has to be killed.

Is there a way to get them to exit nicely?

Friendica Admins reshared this.

in reply to Sarah Brown

@Sarah Brown The worker eventually stops by itself if it isn't restarted via cron, but we don't have a way to stop it nicely at the moment. Ideally, we should catch the SIGTERM signal and make it exit after its current task is done.

Friendica Admins reshared this.