872 B
872 B
id, title, status, assignee, created_date, labels, dependencies
| id | title | status | assignee | created_date | labels | dependencies |
|---|---|---|---|---|---|---|
| task-64 | Convert Domain::Fa::PostEnqueuer to Tasks::Fa::PostEnqueuer and inherit from EnqueueJobBase | To Do | 2025-07-08 |
Description
Move Domain::Fa::PostEnqueuer from Domain namespace to Tasks::Fa namespace and change it to inherit from EnqueueJobBase instead of including multiple modules, following the existing pattern of other enqueue task classes in the codebase.
Acceptance Criteria
- Class is moved from Domain::Fa::PostEnqueuer to Tasks::Fa::PostEnqueuer
- Class inherits from EnqueueJobBase
- Class implements required abstract methods from EnqueueJobBase
- Class maintains same functionality as before
- All references updated to use new namespace
- Tests pass with new implementation
- Code follows existing patterns for enqueue tasks