aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile6
1 files changed, 5 insertions, 1 deletions
diff --git a/justfile b/justfile
index 4ba4997..666ed85 100644
--- a/justfile
+++ b/justfile
@@ -64,4 +64,8 @@ restart SERVER:
# deploy + restart in one verb
ship SERVER: (deploy SERVER) (restart SERVER)
- @echo "model shipped; serve restarted — watch /api/status next run" \ No newline at end of file
+ @echo "model shipped; serve restarted — watch /api/status next run"
+
+# Trigger an out-of-schedule poll (serialized + cooldown-gated server-side)
+poll-now URL:
+ curl -sS -X POST {{URL}}/api/poll \ No newline at end of file