Skip to content

fix: avoid celery circular import #186 - #187

Merged
abosio merged 1 commit into
mainfrom
abosio/186/avoid-circular-import
Jul 3, 2026
Merged

fix: avoid celery circular import #186#187
abosio merged 1 commit into
mainfrom
abosio/186/avoid-circular-import

Conversation

@abosio

@abosio abosio commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Fixes #186

Rename the celery bootstrap module so the Django config package no longer imports through a same-named submodule. Update the k8s worker/beat/flower invocations and the cleanup task to point at the new module path, since celery -A resolves the app by module name.

Rename the celery bootstrap module so the Django config package no
longer imports through a same-named submodule. Update the k8s
worker/beat/flower invocations and the cleanup task to point at the
new module path, since celery -A resolves the app by module name.
@abosio
abosio merged commit 30c484f into main Jul 3, 2026
2 checks passed
@abosio
abosio deleted the abosio/186/avoid-circular-import branch July 3, 2026 20:24
getscaf-release-bot Bot pushed a commit that referenced this pull request Jul 3, 2026
## [1.14.1](v1.14.0...v1.14.1) (2026-07-03)

### Bug Fixes

* avoid celery circular import [#186](#186) ([#187](#187)) ([30c484f](30c484f))
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.

Potential circular import problem with celery module

2 participants