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

Poor UX when creating misconfigured cron trigger for serverless container #488

Open
MikailBag opened this issue Dec 1, 2024 · 1 comment

Comments

@MikailBag
Copy link
Contributor

MikailBag commented Dec 1, 2024

Control flow enters this code:

if retrySettings != nil || dlqSettings != nil {

Now, if neither retry not DLQ is configured, provider enters else branch and tries to create function.
As a result, creation fails with error rule.timer.invoke_function.function_id: Field is required which gives no clue about real problem (i.e. missing dlq and retry policy).

@PeppaTheC
Copy link

Passed issue to the serverless team, they are investigating the problem.

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

No branches or pull requests

2 participants