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]: Configuration AP_EXECUTION_DATA_RETENTION_DAYS in .env #4746

Open
LK511 opened this issue May 22, 2024 · 1 comment
Open

[BUG]: Configuration AP_EXECUTION_DATA_RETENTION_DAYS in .env #4746

LK511 opened this issue May 22, 2024 · 1 comment
Labels
🐛 bug Something isn't working

Comments

@LK511
Copy link

LK511 commented May 22, 2024

Describe the bug
The value in AP_EXECUTION_DATA_RETENTION_DAYS can't be higher than 30, when I set it to 90, AP is not able to start.

To Reproduce
Set value AP_EXECUTION_DATA_RETENTION_DAYS in .env to 90

Expected behavior
It will accept properly for more than 30 days.

@abuaboud
Copy link
Contributor

Marked as bug, It seems break the cron job

     schedule: {
            type: 'repeated',
            cron: `0 * */${system.getNumber(SystemProp.EXECUTION_DATA_RETENTION_DAYS)} * *`,
        },
        ```

@abuaboud abuaboud added the 🐛 bug Something isn't working label May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants