Replies: 1 comment
-
| 
         You could look into BullMQ. Upon sending a response, add a job in a queue which will be picked up by the Bullmq worker. You would want to deploy the workers in a separate instance.  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I have a question about how to handle background or workflow tasks with Hono.
For example, I would like to run some work after sending a response, such as sending an email, calling an external API, or doing some data processing.
I am aware of
waitUntilin Cloudflare, however what if you are using Deno or Node.js server for your backend?What is the best way to handle this kind of task in Hono?
Beta Was this translation helpful? Give feedback.
All reactions