how Trigger.dev work? #1082
|
hi, i just found Trigger and very like the idea "no timeout" but how exactly it work? |
Answered by
matt-aitken
May 25, 2024
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. |
0 replies
Answer selected by
IRediTOTO
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to 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
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.