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

Portal forecast pipeline issues #7

Closed
2 tasks done
henrykironde opened this issue Jan 8, 2024 · 0 comments
Closed
2 tasks done

Portal forecast pipeline issues #7

henrykironde opened this issue Jan 8, 2024 · 0 comments

Comments

@henrykironde
Copy link
Contributor

henrykironde commented Jan 8, 2024

Issue Report: Portal Forecasts Script Failure

Description:
It seems that the Portal Forecasts script is encountering failures midway but proceeds to the next command.

Observation:
The current suspicion is that the failure is related to memory issues. An updated version exists with increased memory allocation, but the local script hasn't been updated accordingly. The Cron job needs to handle the script updates before execution.

Point of Action:

  • Cron Job Update:

    • Add a Cron job to execute before running either of the mentioned scripts: portal_weekly_forecast and portal_dryrun_forecast.
  • Pipeline Integrity:

    • Implement a mechanism to force the entire pipeline to fail if any steps prior to archiving encounter failures.

Commands:

echo "INFO [$(date "+%Y-%m-%d %H:%M:%S")] Running Portal Forecasts"
singularity run ../portalcasting_latest.sif Rscript PortalForecasts.R
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

No branches or pull requests

1 participant