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 }}
fluent
/
fluent-bit
Public
Notifications
You must be signed in to change notification settings
Fork
2k
Star
8.1k
Code
Issues
260
Pull requests
501
Discussions
Actions
Projects
Wiki
Security and quality
3
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
engine: context event loop.
- #10244
#10244
Draft
pwhelan
wants to merge 15 commits into
master
fluent/fluent-bit:master
from
pwhelan-event-reload
fluent/fluent-bit:pwhelan-event-reload
Copy head branch name to clipboard
Conversation
Commits
15
(15)
Checks
Files changed
Draft
engine: context event loop.
#10244
pwhelan
wants to merge 15 commits into
master
fluent/fluent-bit:master
from
pwhelan-event-reload
fluent/fluent-bit:pwhelan-event-reload
Copy head branch name to clipboard
Commits
Commits on Apr 23, 2025
config: add new context loop and channel for context signals.
Show description for c46ee81
pwhelan
committed
c46ee81
View commit details
Copy full SHA for c46ee81
Browse repository at this point
engine: initialize the context event loop (used for internal signals).
Show description for 61a349c
pwhelan
committed
61a349c
View commit details
Copy full SHA for 61a349c
Browse repository at this point
fluent-bit: refactor main event loop to use context signals.
Show description for d73a36c
pwhelan
committed
d73a36c
View commit details
Copy full SHA for d73a36c
Browse repository at this point
http_server: reload: refactor to use context signals.
Show description for 28cb456
pwhelan
committed
28cb456
View commit details
Copy full SHA for 28cb456
Browse repository at this point
in_calyptia_fleet: refactor to use context signals.
Show description for 66b464d
pwhelan
committed
66b464d
View commit details
Copy full SHA for 66b464d
Browse repository at this point
fluent-bit: refactor signal handlers to use context signals for shutdown and reload.
Show description for 12f9daf
pwhelan
committed
12f9daf
View commit details
Copy full SHA for 12f9daf
Browse repository at this point
engine: destroy channel and event loop for context signals.
Show description for 70736d7
pwhelan
committed
70736d7
View commit details
Copy full SHA for 70736d7
Browse repository at this point
Commits on May 8, 2025
engine: refactor ctx_signal_type to use uin64_t instead of an enum.
Show description for ba31763
pwhelan
committed
ba31763
View commit details
Copy full SHA for ba31763
Browse repository at this point
Commits on May 9, 2025
config: use helper functions to send config channel signals.
Show description for fd7e9f2
pwhelan
committed
fd7e9f2
View commit details
Copy full SHA for fd7e9f2
Browse repository at this point
engine: define constant for config context event loop.
Show description for 52c0a69
pwhelan
committed
52c0a69
View commit details
Copy full SHA for 52c0a69
Browse repository at this point
engine: compare explicitly against NULL before deallocationg config context loop.
Show description for 36cf66a
pwhelan
committed
36cf66a
View commit details
Copy full SHA for 36cf66a
Browse repository at this point
main: redefine ch_context_signal as flb_pipefd_t.
Show description for 94deb77
pwhelan
committed
94deb77
View commit details
Copy full SHA for 94deb77
Browse repository at this point
main: use FLB_TRUE and FLB_FALSE with is_shutdown.
Show description for 2641693
pwhelan
committed
2641693
View commit details
Copy full SHA for 2641693
Browse repository at this point
main: set flb_bin_restarting to FLB_RELOAD_ABORTED upon error.
Show description for d498ed4
pwhelan
committed
d498ed4
View commit details
Copy full SHA for d498ed4
Browse repository at this point
main: add is_reload flag to espace event loop upon reload.
Show description for e4b60e6
pwhelan
committed
e4b60e6
View commit details
Copy full SHA for e4b60e6
Browse repository at this point
You can’t perform that action at this time.