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

Update Celery module to version 17.0 and improve visibility condition… #46

Open
wants to merge 2 commits into
base: 14.0
Choose a base branch
from

Commits on May 2, 2024

  1. Update Celery module to version 17.0 and improve visibility condition…

    …s in XML
    
    The Celery version has been bumped up to 17.0 in the manifest file. Additionally, various improvements have been made in the XML files. The visibility conditions have been changed to make them more readable and easier to handle. The settings UI for celery has also been updated to better encapsulate the settings.
    pascdese committed May 2, 2024
    Configuration menu
    Copy the full SHA
    1e6b7f2 View commit details
    Browse the repository at this point in the history
  2. Refactor cursor management in celery tasks handling

    Improved cursor management in celery tasks implementation. Removed usage of api.Environment.manage() for cursor handling, optimizing it to directly use db_registry.cursor(). Also, logic for applying the call_task function post database commit has been updated for better execution flow.
    pascdese committed May 2, 2024
    Configuration menu
    Copy the full SHA
    56f1a68 View commit details
    Browse the repository at this point in the history