Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
google-marketing-solutions
/
Tightlock
Public
Notifications
You must be signed in to change notification settings
Fork
18
Star
50
Code
Issues
6
Pull requests
8
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Blevitan dev - Retry Logic
- #126
#126
Open
blevitan516
wants to merge 18 commits into
main
google-marketing-solutions/Tightlock:main
from
blevitan_dev
google-marketing-solutions/Tightlock:blevitan_dev
Copy head branch name to clipboard
Conversation
Commits
18
(18)
Checks
Files changed
Open
Blevitan dev - Retry Logic
#126
blevitan516
wants to merge 18 commits into
main
google-marketing-solutions/Tightlock:main
from
blevitan_dev
google-marketing-solutions/Tightlock:blevitan_dev
Copy head branch name to clipboard
Commits
Commits on Sep 20, 2023
Basic code for retry logic.
blevitan516
committed
722ccfd
View commit details
Copy full SHA for 722ccfd
Browse repository at this point
Resetting after POC deemed not feasible.
blevitan516
committed
53f962b
View commit details
Copy full SHA for 53f962b
Browse repository at this point
Commits on Sep 23, 2023
Implemented retry logic (not tested yet). Do not merge.
blevitan516
committed
c875c64
View commit details
Copy full SHA for c875c64
Browse repository at this point
Commits on Sep 28, 2023
Added retriable_events attribute to Runresult.
blevitan516
committed
c1efac3
View commit details
Copy full SHA for c1efac3
Browse repository at this point
Commits on Oct 9, 2023
Trying to get retries table working.
blevitan516
committed
35de135
View commit details
Copy full SHA for 35de135
Browse repository at this point
Commits on Oct 10, 2023
Fixing Retries table model
caiotomazelli
committed
eeb096d
View commit details
Copy full SHA for eeb096d
Browse repository at this point
Retries actually runs now. But, doesn't work.
blevitan516
committed
2afde1a
View commit details
Copy full SHA for 2afde1a
Browse repository at this point
Commits on Oct 13, 2023
Fixes based on debugging. Still need to test running of a retry DAG. And confirm it was properly scheduled.
blevitan516
committed
8bbe7f1
View commit details
Copy full SHA for 8bbe7f1
Browse repository at this point
Commits on Oct 18, 2023
Refactored common dynamic dag logic into DagUtils. Moved all util classes to separate module and file. Got retries.py working to schedule dynamic dags.
blevitan516
committed
0ca0e29
View commit details
Copy full SHA for 0ca0e29
Browse repository at this point
Commits on Oct 20, 2023
Fixed issue with retry DAGS not being deleted. Maybe?
blevitan516
committed
64c1c2c
View commit details
Copy full SHA for 64c1c2c
Browse repository at this point
Commits on Oct 23, 2023
Fixed issue with deleting retry dags. Added carve out to swallow DAGNotFound exception on retry delete.
blevitan516
committed
afba4f0
View commit details
Copy full SHA for afba4f0
Browse repository at this point
Commits on Oct 24, 2023
Fix (hopefully) for non-closed coonnections causing Postgres to refuse connections after a few days.
blevitan516
committed
8496534
View commit details
Copy full SHA for 8496534
Browse repository at this point
Commits on Oct 25, 2023
DAG retry logic working. Still have hanging connections, which will cause issues after a few days.
blevitan516
committed
0dfefff
View commit details
Copy full SHA for 0dfefff
Browse repository at this point
Fixed issue with deletion of retriable dags from Retries table.
blevitan516
committed
84a0714
View commit details
Copy full SHA for 84a0714
Browse repository at this point
Commits on Nov 14, 2023
Updates based on Caio's feedback.
blevitan516
committed
007f2a7
View commit details
Copy full SHA for 007f2a7
Browse repository at this point
Commits on Nov 16, 2023
Merge remote-tracking branch 'origin' into blevitan_dev
blevitan516
committed
c71268f
View commit details
Copy full SHA for c71268f
Browse repository at this point
Fixes based on prev commit integration test failures.
blevitan516
committed
6c9d272
View commit details
Copy full SHA for 6c9d272
Browse repository at this point
Commits on Jul 18, 2024
Cross analysis fixes
caiotomazelli
authored
4c883cb
View commit details
Copy full SHA for 4c883cb
Browse repository at this point
You can’t perform that action at this time.