Skip to content

[fix] remove filter and run twice a day #969

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

Open
wants to merge 45 commits into
base: main
Choose a base branch
from

Conversation

laura-l-amaral
Copy link
Contributor

Mudando o schedule para que

  • rode 2 vezes por dia
  • não deixe de rodar nos finais de semana

Tem um usuário que precisa desses dados com menor delay. Como é muito fácil arrumar esses schedules, achei que valia atender essa necessidade.

@laura-l-amaral laura-l-amaral self-assigned this Apr 8, 2025
Copy link

github-actions bot commented Apr 8, 2025

Coverage

Tests Skipped Failures Errors Time
8 7 💤 0 ❌ 0 🔥 25.586s ⏱️

)

schedule_municipio_importacao = Schedule(
clocks=[
CronClock(
cron="0 20 * * *", # At 20:00 on every day-of-month
cron="15 9,21 * * *", # At 20:00 on every day-of-month
start_date=datetime(2023, 11, 22, 0, 0),
labels=[
constants.BASEDOSDADOS_PROD_AGENT_LABEL.value,
Copy link
Collaborator

Choose a reason for hiding this comment

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

faltou remover os filters das outras schedules

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.

2 participants