Skip to content

Migrating Blocking Jobs to Async Handling #45

Description

@maldwg

As a developer,
I want to refactor the backend ednpoints to be asynchronous,
So that the API remains responsive.

Acceptance Criteria:

  • Identify blocking endpoints (e.g., send-notifications).
  • Make endpoints async
  • Implement proper background task handling (using BackgroundTasks or a queue system like Celery if needed).
  • Note: This is a larger refactor to be scheduled when performace requires it.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions