telescope
telescope copied to clipboard
Parser will not start in dev mode as it's waiting for queue to drain which is empty when started
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