Skip to content

Conversation

@fjtirado
Copy link
Collaborator

@fjtirado fjtirado commented Nov 7, 2025

Fix #932

@fjtirado fjtirado force-pushed the Fix_#932 branch 2 times, most recently from f76ecef to 304ffda Compare November 7, 2025 15:51
@fjtirado fjtirado marked this pull request as ready for review November 7, 2025 15:52
@fjtirado fjtirado force-pushed the Fix_#932 branch 2 times, most recently from b6d40e0 to 2adb5a6 Compare November 7, 2025 16:05
try (WorkflowDefinition def =
appl.workflowDefinition(readWorkflowFromClasspath("workflows-samples/cron-start.yaml"))) {
await()
.atMost(Duration.ofMinutes(1).plus(Duration.ofSeconds(10)))
Copy link
Member

Choose a reason for hiding this comment

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

Why not 70 seconds? 😅

Copy link
Collaborator Author

@fjtirado fjtirado Nov 7, 2025

Choose a reason for hiding this comment

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

ah, its a picky thing, in case we test a different minute quantity (the minimum for unix cron), you always need to increase it a few seconds to give some margin, so you just need to change the minute quantity, not the second one

@fjtirado fjtirado force-pushed the Fix_#932 branch 2 times, most recently from 399ab50 to e4b5acf Compare November 7, 2025 16:16
@fjtirado fjtirado merged commit 9b0b0a2 into serverlessworkflow:main Nov 7, 2025
3 checks passed
treblereel pushed a commit to treblereel/serverless-workflow-sdk-java that referenced this pull request Nov 7, 2025
ricardozanini added a commit that referenced this pull request Nov 10, 2025
* [Fix #933] Adding timeout support (#963)

Signed-off-by: fjtirado <[email protected]>
Signed-off-by: Dmitrii Tikhomirov <[email protected]>

* [Fix #932] Workflow scheduler (#966)

Signed-off-by: fjtirado <[email protected]>
Signed-off-by: Dmitrii Tikhomirov <[email protected]>

* Add initial RunContainer Task support
Signed-off-by: Dmitrii Tikhomirov <[email protected]>

Signed-off-by: Dmitrii Tikhomirov <[email protected]>

* image pull before run

Signed-off-by: Dmitrii Tikhomirov <[email protected]>

* refactoring + tests

Signed-off-by: Dmitrii Tikhomirov <[email protected]>

* Review comments

Signed-off-by: fjtirado <[email protected]>
Signed-off-by: Dmitrii Tikhomirov <[email protected]>

* Disable test if docker is not

Signed-off-by: fjtirado <[email protected]>
Signed-off-by: Dmitrii Tikhomirov <[email protected]>

* Update impl/container/pom.xml

Co-authored-by: Ricardo Zanini <[email protected]>
Signed-off-by: Dmitrii Tikhomirov <[email protected]>

* post review

Signed-off-by: Dmitrii Tikhomirov <[email protected]>

* name docker check method

Signed-off-by: Dmitrii Tikhomirov <[email protected]>

---------

Signed-off-by: fjtirado <[email protected]>
Signed-off-by: Dmitrii Tikhomirov <[email protected]>
Co-authored-by: Francisco Javier Tirado Sarti <[email protected]>
Co-authored-by: fjtirado <[email protected]>
Co-authored-by: Ricardo Zanini <[email protected]>
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

Successfully merging this pull request may close these issues.

Implement workflow scheduling

2 participants