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
{{ message }}
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.
Check oTree instance for last worker action and send notification mail to user after long (48h) inactivity to close oTree.
kill $(ps -axo user:20,pid,command | grep $USER | grep 'otree' | grep 'python' | awk '{if (NR==1) print $(2)}')
Needs one script and one crontab entry.
User-specific cronjob:
https://askubuntu.com/questions/2368/how-do-i-set-up-a-cron-job#2369
The text was updated successfully, but these errors were encountered: