You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"queued": [
{
"taskId": "CELERY_TASK_ID",
"task_type": "infer from the task_name",
"taskName": "task_name(from the Task Model)",
"user": "user_id for user who created it",
"taskArgs": "Expose using celery"
},
{
"taskId": "CELERY_TASK_ID",
"task_type": "infer from the task_name",
"taskName": "task_name(from the Task Model)",
"user": "user_id for user who created it",
"taskArgs": "Expose using celery"
}
],
"scheduled": [
{
"taskId": "CELERY_TASK_ID",
"task_type": "infer from the task_name",
"taskName": "task_name(from the Task Model)",
"user": "user_id for user who created it",
"taskArgs": "Expose using celery",
"scheduled_for": "Time in IST"
},
{
"taskId": "CELERY_TASK_ID",
"task_type": "infer from the task_name",
"taskName": "task_name(from the Task Model)",
"user": "user_id for user who created it",
"taskArgs": "Expose using celery",
"scheduled_for": "Time in IST"
}
]
}
The text was updated successfully, but these errors were encountered:
KDwevedi
changed the title
Expose celery tasks
Expose Celery Task Queue
Jul 4, 2024
TASK
We need to expose the celery tasks which are pending for:
API Specifications:
REQUEST HEADERS
user-id
role
[validation already handled in UserIdMixin]
RESPONSE
The text was updated successfully, but these errors were encountered: