| 1 | import type { JobHelpers } from 'graphile-worker'; |
| 2 | |
| 3 | export class KeepAlive { |
| 4 | intervalID: NodeJS.Timer | undefined; |
| 5 | helpers: JobHelpers; |
| 6 | interval = 1000 * 60 * 2; // 2 minutes |
nothing calls this directly
no outgoing calls
no test coverage detected