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 }}
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.
If you are not using trinidad then I would use a different scheduling gem (rufus-scheduler) or Quartz directly. This specific gem is built to run inside of Trinidad and utilizes servlet context and lifecycle extensions offered through Trinidad.
If I didn't understand the question then let me know.
i like to use this gem inside a rails application with tomcat without trinidad. But using a war file create with warbler.
Trinidad can be used inside a war file in tomcat?
This gem is specifically for a Trinidad extension, it relies on the trinidad startup sequence and extension hooks to fire the events to start the scheduler.
While it currently doesn't support a Warbler implementation I am confident that a similar gem could be built using the same structure/code (outside of the trinidad specific startup stuff). If you decide to do that then let me know and I will help where/when I can.
You can also use the servlet container initialization hook for Quartz and a custom web.xml in Warbler to achieve a similar outcome with a war deployed app.
Is possible running scheduler extension without trinidad ?
The text was updated successfully, but these errors were encountered: