Skip to content
This repository has been archived by the owner on Jul 23, 2022. It is now read-only.

Workers #12

Open
craigmulligan opened this issue Jun 11, 2020 · 0 comments
Open

Workers #12

craigmulligan opened this issue Jun 11, 2020 · 0 comments

Comments

@craigmulligan
Copy link
Owner

It'd be rad if you could add files to /workers directory and then call them from your next.js app:

// workers/sendEmail.js
export default (ctx) => {
   // send email logic.
}
// anywhere in app
import worker from 'nawr/worker'
...
await worker.start('sendEmail', ctx)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant