Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.

Conversation

@mvilanova
Copy link
Contributor

No description provided.

@mvilanova mvilanova added the bug Something isn't working label May 23, 2023
from .monitor.scheduled import sync_active_stable_monitors # noqa
from .data.source.scheduled import sync_sources # noqa
from .signal.scheduled import consume_signals # noqa
from .workflow.scheduled import sync_workflows # noqa
Copy link
Contributor Author

Choose a reason for hiding this comment

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

We were importing sync_workflow, which is not a scheduled job.

from .feedback.scheduled import feedback_report_daily # noqa
from .incident.scheduled import ( # noqa
incident_report_daily,
# incident_auto_tagger,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Disabling this one temporarily.

USER_IN_CHANNEL = "user_in_channel"
USER_NOT_IN_CHANNEL = "user_not_in_channel"
USER_NOT_FOUND = "user_not_found"
USERS_NOT_FOUND = "users_not_found"
Copy link
Contributor Author

@mvilanova mvilanova May 23, 2023

Choose a reason for hiding this comment

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

We were missing an s. Slack may have recently changed it from user to users.

@mvilanova mvilanova merged commit badff99 into master May 23, 2023
@mvilanova mvilanova deleted the bugfix/scheduled-jobs branch May 23, 2023 17:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants