-
Hi,
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I'd say there are 2 ways:
Also, keep in mind that the way it's done today, procrastinate doesn't provide a way of getting results back. Tasks are responsible for storing their results somewhere. |
Beta Was this translation helpful? Give feedback.
I'd say there are 2 ways:
s3://
url). This is a generalization over your suggestion of creating another table. Given that it will be kept outside of procrastinate anyway, a table may not be the best way, depending on your file size (postgresql is not a filesystem).Also, keep in mind that the way it's done today, procrastinate doesn't provide a way of getting results back. Tasks ar…