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

[BUG] reconciler_cron_expression variable not working as expected #330

Open
moradiyaashish opened this issue May 16, 2023 · 2 comments
Open

Comments

@moradiyaashish
Copy link

Describe the bug
We need to run reconciler at every few minutes i.e. 10 mins. Even when reconciler_cron_expression is set to "10 * * * *", the reconciler runs at 4:30 AM everyday. It looks like parameter reconciler_cron_expression do not have any effect.

Expected behavior
When reconciler_cron_expression is set to "10 * * * *", reconciler should run every 10 mins.

To Reproduce
Steps to reproduce the behavior:

  1. Set reconciler_cron_expression to "10 * * * *"
  2. Deploy whereabouts on k8s cluster
  3. Check reconciler logs after 12 mins

Environment:

  • Whereabouts version : v0.6.1

  • Kubernetes version (use kubectl version): v1.24.6

  • Network-attachment-definition: N/A

  • Whereabouts configuration (on the host): N/A

  • OS (e.g. from /etc/os-release): NAME="Rocky Linux"
    VERSION="8.7 (Green Obsidian)"
    ID="rocky"
    ID_LIKE="rhel centos fedora"
    VERSION_ID="8.7"
    PLATFORM_ID="platform:el8"
    PRETTY_NAME="Rocky Linux 8.7 (Green Obsidian)"
    ANSI_COLOR="0;32"
    LOGO="fedora-logo-icon"
    CPE_NAME="cpe:/o:rocky:rocky:8:GA"
    HOME_URL="https://rockylinux.org/"
    BUG_REPORT_URL="https://bugs.rockylinux.org/"
    ROCKY_SUPPORT_PRODUCT="Rocky-Linux-8"
    ROCKY_SUPPORT_PRODUCT_VERSION="8.7"
    REDHAT_SUPPORT_PRODUCT="Rocky Linux"
    REDHAT_SUPPORT_PRODUCT_VERSION="8.7"

  • Kernel (e.g. uname -a): Linux master-1 4.18.0-425.10.1.el8_7.x86_64 Exclude range #1 SMP Thu Jan 12 16:32:13 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux

  • Others: N/A

Additional info / context
Add any other information / context about the problem here.

@caribbeantiger
Copy link
Contributor

Hi

this feature is not available in v0.6.1

this feature was included in this PR: #317 which was merged in April 2023 and v0.6.1 was releases in Feb.

please use "latest" build and it will work

Cheers!

@maiqueb
Copy link
Collaborator

maiqueb commented Aug 3, 2023

Can you confirm this feature works on v0.6.2 ? @moradiyaashish

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

3 participants