Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: write queue for outgoing messages #108

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

Satont
Copy link
Owner

@Satont Satont commented Jun 4, 2023

TODO:

  • - move QueueJobCreateOpts and QueueJobUpdateOpts to db_models package to fix cycle deps

@github-actions
Copy link

github-actions bot commented Jun 4, 2023

Atlas Lint Report

Analyzed ent/migrate/migrations

StatusStepResultDiagnostics
Migration Integrity CheckFile atlas.sum is valid
Detect New Migration FilesFound 2 new migration files (from 6 total)
Replay Migration FilesLoaded 2 changes on dev database
Analyze 20230604210118_add_queue.sql0 reports were found in analysis
Analyze 20230604212652_add_job_status_to_queue.sql0 reports were found in analysis
Connect your project to Atlas Cloud to get more safety checks

Migrations automatically reviewed by Atlas

Status JobStatus
}
type AnyFunc[T any] func(ctx context.Context, args T) error
type UpdateTook func(ctx context.Context, data *UpdateData)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Miss naming, must be UpdateHook

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.

None yet

2 participants