how Trigger.dev work? #1082
-
hi, i just found Trigger and very like the idea "no timeout" but how exactly it work? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
If you use v3 then the work is offloaded to separate long-running servers with no timeouts. For v2, which is what you're talking about here, the work is split into smaller chunks using This would work with v3, drop by our Discord and message us for access. |
Beta Was this translation helpful? Give feedback.
If you use v3 then the work is offloaded to separate long-running servers with no timeouts. For v2, which is what you're talking about here, the work is split into smaller chunks using
io.runTask()
inside your Job. This won't for your use case though because you can't divide a fetch up.This would work with v3, drop by our Discord and message us for access.