Real-Dev-Squad / website-backend

The backend code for all our website-related apps
https://api.realdevsquad.com/
MIT License
44 stars 200 forks source link

Reimplement orphan tasks filteration logic #2005

Closed MehulKChaudhari closed 2 months ago

MehulKChaudhari commented 3 months ago

Issue Description

Reimplement the logic to filter the orphan tasks, now we have a separate cron-job and API to filter the orphan tasks but we should do it when we are marking user archived: true.

Expected Behavior

Orphan tasks should be filtered when we are marking user archived: true.

Current Behavior

now we separate a new cron-job and API to filter the orphan tasks

Reproducibility

Severity/Priority

Checklist