This website requires JavaScript.
Explore
Help
Register
Sign In
jprdonnelly
/
steampipe
Watch
1
Star
0
Fork
0
You've already forked steampipe
mirror of
https://github.com/turbot/steampipe.git
synced
2026-02-24 20:00:27 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b15249c690f7f7d2e78a2fbfe28c8b5dc68e8a9e
steampipe
/
plugin_manager
History
Binaek Sarkar
1c02e4afa5
Update plugin_manager service management to be more reslient.
Closes
#1155
2021-11-22 21:05:46 +00:00
..
grpc
Tie the connection watcher lifecycle to the plugin manager.
Closes
#1129
2021-11-16 22:48:10 +00:00
lifecycle.go
Update plugin_manager service management to be more reslient.
Closes
#1155
2021-11-22 21:05:46 +00:00
Makefile
Add support for parallel control execution. Only spawn a single plugin per steampipe connection - defer plugin spawning to a PluginManager service. CLoses#1073,
Closes
#1001
2021-11-04 11:29:28 +00:00
plugin_manager_client.go
Ensure plugin manager and db service state are managed as a unit - they should always be started and stopped together.
Closes
#1149
2021-11-19 16:07:20 +00:00
plugin_manager.go
Do not create plugin manager until db is started - fixes connection watcher causing plugin manager to crash when it fails to get a db client. Daemon command uses steampipe path from currently running running process.
Closes
#1137
2021-11-17 17:34:52 +00:00
plugin_path.go
Tie the connection watcher lifecycle to the plugin manager.
Closes
#1129
2021-11-16 22:48:10 +00:00
state.go
Update plugin_manager service management to be more reslient.
Closes
#1155
2021-11-22 21:05:46 +00:00