Thread

K
Kenneth8:33 AMOpen in Slack
Hi, I've added my implementation plan in https://github.com/archestra-ai/archestra/issues/3378#issuecomment-4080607718. Please take a look and let me know if something should be changed. Meanwhile, I'll start with the implementation
❤️1

3 replies
MK
Matvey Kukuy (archestra team)1:01 PMOpen in Slack
Hi, will it reuse the existing queuing mechanism? Didn't quite get it from the plan 🙂
K
Kenneth1:28 PMOpen in Slack
Yes, it's setting it up in platform/backend/src/task-queue/periodic-tasks.ts if that's what you mean? 🙂 I'm almost done with the implantation in https://github.com/archestra-ai/archestra/pull/3432, just need to review it properly myself. I've also tested it manually with a Gemini API key, and that seemed to work just fine
MK
Matvey Kukuy (archestra team)1:31 PMOpen in Slack
Wow, nice! That's what I meant, thank you ❤️