Commit 87a70b77 by Lin Wang

fix

parent b134d8b5
......@@ -12,7 +12,7 @@ async function main() {
const shouldRun = await redis.get("falcon:should_run_tasks");
if (true) {
if (shouldRun === "true") {
task_trigger = "should_run_tasks";
await redis.del("falcon:should_run_tasks");
} else if (isMonday11AM()) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment