Implement bee as scheduling in NodeJS

@George Now that redis is part of the stack have you considered integrating your jobs implementation with redis?


2 Likes

This would be very valuable, and so much better than polling through a cron. I just implemented Bull yesterday and it feels like there is an opportunity here for Wappler to provide a simple system of queues to handoff tasks that are not required for the response to a user, and thus improving their experience.

2 Likes

Moved this to the feature requests.

3 Likes

I like the idea of a job/queue system, but would bullmq be a more feature-rich solution to implement for jobs and messages?

1 Like

Bee, bull, bree, and agenda are all good options not without caveats.

Nowadays I would probably go with Bull or Bree. But they can be quite overkill for simple things.

1 Like