Package pulp :: Package client :: Package agent :: Module main
[hide private]
[frames] | no frames]

Module main

source code

Classes [hide private]
  PluginLoader
Agent plugins loader.
  ActionThread
Run actions independantly of main thread.
  Agent
Pulp agent.
  AgentLock
Agent lock ensure that agent only has single instance running.
Functions [hide private]
 
start(daemon=True)
Agent main.
source code
 
usage()
Show usage.
source code
 
daemonize(lock)
Daemon configuration.
source code
 
main() source code
Variables [hide private]
  log = getLogger(__name__)
Function Details [hide private]

start(daemon=True)

source code 

Agent main. Add recurring, time-based actions here. All actions must be subclass of action.Action.