telescope icon indicating copy to clipboard operation
telescope copied to clipboard

Parser will not start in dev mode as it's waiting for queue to drain which is empty when started

Open TueeNguyen opened this issue 2 years ago • 0 comments

Refer to this comment https://github.com/Seneca-CDOT/telescope/pull/3413#pullrequestreview-947240607 Related to #3526

So when we do pnpm services:start, there are no feeds in Supabase to load into the queue, therefore, empty and the service doesn't reload the feeds into the queue only when drained https://github.com/Seneca-CDOT/telescope/blob/ebe33d82b3015cf9dfa33c13af374a9c8aed2546/src/api/parser/src/index.js#L13

TueeNguyen avatar Apr 20 '22 14:04 TueeNguyen