Skip to content

Commit

Permalink
Temporarily increase cron frequency of L30 incomplete processing.
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkinsspatial committed Jun 20, 2024
1 parent 49b6c54 commit f8066e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stack/stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def getenv(key, default):

# Cron settings
LAADS_CRON = getenv("HLS_LAADS_CRON", "cron(0 0/12 * * ? *)")
LANDSAT_INCOMPLETE_CRON = getenv("HLS_LANDSAT_INCOMPLETE_CRON", "cron(0 12 * * ? *)")
LANDSAT_INCOMPLETE_CRON = getenv("HLS_LANDSAT_INCOMPLETE_CRON", "cron(0 0/6 * * ? *)")
LANDSAT_HISTORIC_INCOMPLETE_CRON = getenv(
"HLS_LANDSAT_HISTORIC_INCOMPLETE_CRON", "cron(0 0/6 * * ? *)"
)
Expand Down

0 comments on commit f8066e7

Please sign in to comment.