Skip to content

issues Search Results · repo:wildbit/mysql-queue language:Clojure

Filter by

3 results
 (58 ms)

3 results

inwildbit/mysql-queue (press backspace or delete to remove)

Currently, the scheduler always uses the MySQL’s UTC_TIMESTAMP function when looking for pending scheduled jobs. Thus, the client app should either run UTC or insert jobs with awareness of this behavior. ...
  • temochka
  • Opened 
    on Aug 24, 2016
  • #3

$ java -version java version 1.8.0_65 Java(TM) SE Runtime Environment (build 1.8.0_65-b17) Java HotSpot(TM) 64-Bit Server VM (build 25.65-b01, mixed mode) also the tests seem to fail... Testing mysql-queue.core-test ...
  • mindreframer
  • 9
  • Opened 
    on Aug 12, 2016
  • #2

it seems that in this function (defn initialize! Create required MySQL tables if they don t exist. Returns true. [db-conn] (queries/create-jobs! db-conn) (queries/create-scheduled-jobs! db-conn) ...
  • mindreframer
  • 1
  • Opened 
    on Aug 12, 2016
  • #1
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub