Skip to content

Set status to pausing upon reception of pause signal #3377

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

Merged
merged 17 commits into from
Aug 22, 2025

Conversation

Amogh-Bharadwaj
Copy link
Contributor

@Amogh-Bharadwaj Amogh-Bharadwaj commented Aug 21, 2025

This PR now utilises the pausing state appropriately

fastpausing.mp4

E2E test adapted. The trigger in it works like:

postgres=# select * from flow_status_updates where old_status != new_status and flow_job_name='pause_test_2';
 id | flow_job_name | old_status | new_status 
----+---------------+------------+------------
 11 | pause_test  | 4          | 5
 12 | pause_test  | 5          | 1
 14 | pause_test  | 1          | 3
 15 | pause_test  | 3          | 2
 16 | pause_test  | 2          | 1
(5 rows)

@Amogh-Bharadwaj Amogh-Bharadwaj merged commit e53b82f into main Aug 22, 2025
15 of 17 checks passed
@Amogh-Bharadwaj Amogh-Bharadwaj deleted the pausing-state branch August 22, 2025 14:02
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.

3 participants