8000 RQ: Job shutdown problems · Issue #152 · getsentry/sentry-python · GitHub
[go: up one dir, main page]

Skip to content
RQ: Job shutdown problems #152
Closed
Closed
@untitaker

Description

@untitaker

RQ forks, so each job will have its own transport. This is not a great situation as we would have to block each job to send out pending events.

Right now this can mean that some events of a job go missing.

Idea would be to use multiprocessing.Queue inside of the transport, but unclear if we can pull that off without disrupting other usecases.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0