We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2a4df7 commit 06db508Copy full SHA for 06db508
1 file changed
README.md
@@ -82,6 +82,11 @@ Restart all services:
82
supervisorctl restart cfbot_worker: cfbot_api
83
```
84
85
+Copy cfbot_patchburner.ctl to prod location (not automated):
86
+```bash
87
+sudo cp /home/cfbot/cfbot/cfbot_patchburner_ctl.sh /usr/local/sbin/cfbot_patchburner_ctl.sh
88
+```
89
+
90
Reset backoff from all submissions:
91
```sql
92
UPDATE submission set backoff_until = NULL, last_backoff = NULL where backoff_until is not null;
0 commit comments