Documentation Guide on CronJobs (Nitro Tasks) #964
Labels
good first issue
Good for newcomers
help wanted
Looking for assistance on this issue
planned
Features or content that are planned but not yet in progress.
solidstart
Related to SolidStart
📋 Explain your issue
Reference Discord conversation: https://discord.com/channels/722131463138705510/1310190736670457856/1310190736670457856
I was able to make background jobs/tasks work in Solid Start via the following method.
app.config.ts
defineTask
below and can probably be removed ifvinxi
re-export those types):tasks/cron.ts
(notice this is NOTsrc/tasks
) with the Nitro task definition:As per Nitro documentation this is only supported in dev, node-server, bun and deno-server presets.
I was asked to open a ticket here to possibly document this. HTH
The text was updated successfully, but these errors were encountered: