mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-25 17:10:27 +01:00
Patch: delay for Fetch task
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import Logger from '@ioc:Adonis/Core/Logger'
|
||||
import { fetchDevelopingState } from 'App/Utils/StatesUtils'
|
||||
|
||||
const MS = 1000 * 2 * 60 // 2 min
|
||||
const MS = 1000 * 2 * 60 // 2 minutes
|
||||
let taskId
|
||||
|
||||
export async function Activate(): Promise<void> {
|
||||
|
||||
Reference in New Issue
Block a user