Add archive helpers and harden task runtime
This commit is contained in:
+1
-1
@@ -68,7 +68,7 @@ RENDER(Request& context)
|
||||
|
||||
<pre style="white-space: pre-wrap"><?
|
||||
|
||||
print("New Task ID: ", task("example-task", []() {
|
||||
print("New Task ID: ", task(task_name, []() {
|
||||
|
||||
sleep(10);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user