This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
zulip
mirror of
https://github.com/zulip/zulip.git
Watch
1
Star
0
Fork
You've already forked zulip
0
Code
Issues
Projects
Releases
Wiki
Activity
bb97019720
zulip
/
tools
/
process-user-activity-comma...
3 lines
82 B
Plaintext
Raw
Normal View
History
Unescape
Escape
[manual] *-command-line: Drop sh -e This meant that (in some circumstances, anyway) the script would bail after the inner process was killed by restart-server. Manual deployment steps: After pushing, log into {staging,app} and restart these commands within the screen session. (imported from commit 696bc8148fa9df4b536253d54c65b7c4cb908530)
2013-02-05 00:54:33 +01:00
#!/bin/sh -x
Add deployment auto-restart for process_user_activity. (imported from commit 7ff384629552e454a9b25577f17d06ac27ae5239)
2013-01-31 16:53:50 +01:00
while true; do python manage.py process_user_activity; sleep 1; done