chore: rm register worker import

This commit is contained in:
Rohit Rajan
2025-12-08 18:13:44 +05:30
parent a03609c873
commit fbeecbd4d4

View File

@@ -5,7 +5,6 @@
import { v4 as uuid } from 'uuid';
import logger from '../logger';
import { pgBossClient } from './pgboss';
import { registerWorkerForQueue } from '../schedule-worker';
/**
* Utility function to schedule a cron job using PgBoss