Table of Contents - tickwork-0.9.2 Documentation
Pages
-
README
- Tickwork - a scheduler library that requires an external call to tick to run scheduled events
- Possible Combinations
- Quickstart
- Use with queueing
- Event Parameters
- :at
- Valid formats:
- Examples
- :tz
- :if
- :thread
- Configuration
- :logger
- :tz
- :max_threads
- :thread
- :namespace
- Stepping forward in time from the past
- :tick_size
- :max_ticks
- :max_catchup
- :data_store
- Configuration example
- External call frequency & configs
- error_handler
- Anatomy of a tick file
- Use cases
- Meta
Classes and Modules
- Tickwork
- Tickwork::At
- Tickwork::At::FailedToParse
- Tickwork::DataStore
- Tickwork::Event
- Tickwork::Event::IllegalJobName
- Tickwork::Manager
- Tickwork::Manager::DuplicateJobName
- Tickwork::Manager::NoDataStoreDefined
- Tickwork::Manager::NoHandlerDefined
- Tickwork::Methods
Methods
- ::included — Tickwork
- ::manager — Tickwork
- ::manager= — Tickwork
- ::new — Tickwork::At
- ::new — Tickwork::Event
- ::new — Tickwork::Manager
- ::parse — Tickwork::At
- #== — Tickwork::At
- #clear! — Tickwork::Manager
- #clear! — Tickwork::Methods
- #configure — Tickwork::Manager
- #configure — Tickwork::Methods
- #convert_timezone — Tickwork::Event
- #data_store — Tickwork::Manager
- #data_store_key — Tickwork::Manager
- #default_configuration — Tickwork::Manager
- #elapsed_ready — Tickwork::Event
- #error_handler — Tickwork::Manager
- #error_handler — Tickwork::Methods
- #events_to_run — Tickwork::Manager
- #every — Tickwork::Manager
- #every — Tickwork::Methods
- #every_with_multiple_times — Tickwork::Manager
- #execute — Tickwork::Event
- #fire_callbacks — Tickwork::Manager
- #guard_duplicate_events — Tickwork::Manager
- #handle_error — Tickwork::Manager
- #handler — Tickwork::Manager
- #handler — Tickwork::Methods
- #last — Tickwork::Event
- #last= — Tickwork::Event
- #log — Tickwork::Manager
- #log_error — Tickwork::Manager
- #on — Tickwork::Manager
- #on — Tickwork::Methods
- #ready? — Tickwork::At
- #register — Tickwork::Manager
- #run — Tickwork::Event
- #run — Tickwork::Manager
- #run — Tickwork::Methods
- #run_now? — Tickwork::Event
- #thread? — Tickwork::Event
- #thread_available? — Tickwork::Manager
- #tick — Tickwork::Manager
- #to_s — Tickwork::Event
- #valid? — Tickwork::At
- #validate_if_option — Tickwork::Event