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

LGA-2574 use new irsa service account #971

Merged
merged 22 commits into from
Aug 17, 2023

Commits on Aug 16, 2023

  1. Use new irsa service account

    said-moj committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    27ff3ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbd0795 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c15095f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    15d8f79 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b4e6a3b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1c92548 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    637fab7 View commit details
    Browse the repository at this point in the history
  8. Downgrading PyYAML to 5.3.1 due to 5.4 failing to build for Cython<3

    Solution taken from yaml/pyyaml#724
    Main issue yaml/pyyaml#728
    Recommended workaround yaml/pyyaml#736
    said-moj committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    fdfdc31 View commit details
    Browse the repository at this point in the history
  9. Celery no longer auto registers class based tasks. Manually register …

    …class based celery tasks
    said-moj committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    60301d9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    468273b View commit details
    Browse the repository at this point in the history
  11. Set obiee task name

    said-moj committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    0b0d640 View commit details
    Browse the repository at this point in the history
  12. Starting from version 4.0, Celery uses message protocol version 2 as …

    …default value. Explicitly using old protocol
    said-moj committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    93887bd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7590550 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b672347 View commit details
    Browse the repository at this point in the history
  15. Kombu versions above 4.1 require celery 4.2 otherwise you will get a …

    …AttributeError: async when trying to run worker pods
    
    See celery/kombu#873 for more info
    said-moj committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    a74b713 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    60b6638 View commit details
    Browse the repository at this point in the history
  17. Adding steps to install ibcurl4-gnutls-dev because it is required for…

    … pycurl to the pipeline
    said-moj committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    f6261c7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0bd0938 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    7e00724 View commit details
    Browse the repository at this point in the history
  20. Kombu versions above 4.1 require celery 4.2 otherwise you will get a …

    …AttributeError: async when trying to run worker pods
    
    See celery/kombu#873 for more info
    said-moj committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    6930fd9 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    29883e6 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    1e2cfa9 View commit details
    Browse the repository at this point in the history