Skip to content

Feature: Add task status API and improve response consistency - #76

Open
Krushna-Pisal wants to merge 1 commit into
indictechcom:masterfrom
Krushna-Pisal:feature/task-status-api
Open

Feature: Add task status API and improve response consistency#76
Krushna-Pisal wants to merge 1 commit into
indictechcom:masterfrom
Krushna-Pisal:feature/task-status-api

Conversation

@Krushna-Pisal

Copy link
Copy Markdown

This PR introduces a new API endpoint to track the status of Celery background tasks.

Changes:

  • Return task_id when upload task is initiated
  • Added new endpoint to check task status using task_id
  • Standardized API response format across endpoints
  • Supports tracking of PENDING, PROGRESS, SUCCESS, and FAILURE states

This improves user experience by allowing clients to monitor upload progress asynchronously.

This PR introduces a new API endpoint to track the status of Celery background tasks.

Changes:
- Return task_id when upload task is initiated
- Added new endpoint to check task status using task_id
- Standardized API response format across endpoints
- Supports tracking of PENDING, PROGRESS, SUCCESS, and FAILURE states

This improves user experience by allowing clients to monitor upload progress asynchronously.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant