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

dev #366

Open
wants to merge 63 commits into
base: master
Choose a base branch
from
Open

dev #366

wants to merge 63 commits into from

Conversation

robertavram
Copy link
Member

No description provided.

Hakan and others added 30 commits June 27, 2024 17:14
[e37524]: Handle scenario when no disaggregation exists for ReportsAppliedindicator
…logic

Add changes for pdindicator fix and loader delta logic
Add  celery task failure capture mechanism
…issmatch

Workaround pdindicator target fieldmissmatch
Copy link
Member Author

@robertavram robertavram left a comment

Choose a reason for hiding this comment

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

@@ -20,3 +20,10 @@ def healthcheck():
# @app.on_after_configure.connect
# def setup_periodic_tasks(sender, **kwargs):
# sender.add_periodic_task(60.0, healthcheck.s(), name='healthcheck')


@app.task()
Copy link
Member Author

Choose a reason for hiding this comment

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

please remove

Copy link
Contributor

Choose a reason for hiding this comment

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

Removed in PR for [ch38092] - still to be merged to develop


def process_country(self):
batch_size = settings.RESULTSET_BATCH_SIZE
logger.debug(f"Batch size:{batch_size}")

qs = self.get_queryset().exclude(intervention__isnull=True)
Copy link
Member Author

Choose a reason for hiding this comment

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

add this back in.

Copy link
Contributor

Choose a reason for hiding this comment

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

PartnersInterventionbudget.objects.exclude(intervention__isnull=True) is already there.

Hakan and others added 23 commits September 12, 2024 17:01
[ch38120]: Export usage log should include user as well
[ch38091] delete records at country level in the target table
[ch38072][ch38092] Loader country level err report
[ch37970] add additional filter for EtoolsUser based on groups values
[ch33585] Fix intermittent disappearance of country and record count information in RUNNING status for ETL loaders
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.

3 participants