Skip to content

[Feat] Support cron-based scheduling for rank tracking #292

Description

@albertorizzi

Currently, rank tracking frequency can only be configured using intervals such as daily, weekly, etc.

It would be useful to also specify the exact day and time when the rank tracking should run.

For example:

  • Frequency: Weekly
  • Day: Sunday
  • Time: 9:00 PM

This could potentially be implemented using a cron expression.

For example, running every Sunday at 9:00 PM:

0 21 * * 0

This would make rank tracking schedules more predictable and would also make it easier to coordinate them with other automated workflows that depend on the rank tracking results.

Image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions