Zhiyuan Ma
03/29/2022, 12:53 PMJeremiah
03/29/2022, 12:59 PMZhiyuan Ma
03/29/2022, 1:08 PMAnna Geller
03/29/2022, 1:22 PMWe use redis + rejson (https://oss.redis.com/redisjson/) as our kv store for keeping track of the celery tasksGiven that Prefect 2.0 ships with work queues, it's possible that you no longer need to use Redis for that. Queued runs are stored in the backend.
DeploymentSpec
. Not sure if this answers your question though.Zhiyuan Ma
03/29/2022, 1:48 PMAnna Geller
03/29/2022, 1:56 PMprefect2 store is exactly to do this, managing task results.not exactly. Storage is to store flow code. Task run result storage is a bit different and this is something we are still working on, so it’s best if you watch our #announcements for new releases and wait a bit until this feature is out.
Zhiyuan Ma
03/29/2022, 1:58 PM