Open Issues Need Help
View All on GitHub Define Task and Job entities 6 days ago
AI Summary: This GitHub issue requests the definition of two core domain models, `Task` and `Job`, within the `internal/domain` package. The `Task` struct will include attributes like ID, Name, CronExpression, Payload, and Status, while the `Job` struct will define attributes such as ID, TaskID, various timestamps, Status, and RetryCount. Key constraints specify using only standard Go packages and excluding database or JSON tags from these domain entities.
Complexity:
1/5
good first issue jules