root/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @165 [165] 7 weeks hachi Add $job->declined and test for external locking.
(edit) @164 [164] 7 months miyagawa PostgreSQL patch from clkao
(edit) @163 [163] 9 months athomason Clarify that larger numbers mean higher priority.
(edit) @162 [162] 9 months swistow Add rudimentary docs
(edit) @161 [161] 9 months swistow Fix test numbers as …
(edit) @160 [160] 10 months swistow Merge in branch which allows passing in of existing driver.
(edit) @152 [152] 10 months swistow Add documentation for scoreboard, thus making the pod coverage tests pass
(edit) @151 [151] 10 months swistow Made scoreboard.t use a proper tempdir This prevents the test failing …
(edit) @150 [150] 10 months swistow made scoreboard.t print out what the error was if there was one when doing …
(edit) @146 [146] 15 months miyagawa doc fix: args need to be a referecne
(edit) @145 [145] 15 months miyagawa move failing pod tests to xt directory
(edit) @144 [144] 15 months miyagawa fixed old method names used in TheSchwartz::Job POD
(edit) @143 [143] 15 months miyagawa fixed wrong doc of priority method
(edit) @142 [142] 15 months ykerherve Minor formatting change
(edit) @141 [141] 15 months ykerherve Added grab_and_work_on($handle) to the client. There is a situation here …
(edit) @139 [139] 16 months bradfitz Checking in changes prior to tagging of version 1.07. Changelog diff …
(edit) @138 [138] 18 months ykerherve Croak with a nice message id a driver cannot be found for a handle
(edit) @137 [137] 19 months swistow Document a method
(edit) @136 [136] 21 months bchoate Updates to support optional prioritization of jobs.
(edit) @135 [135] 2 years kgoess upping version to 1.06 so we can make an rpm with the latest changes
(edit) @134 [134] 2 years garth Code to allow a 'top' like view of runnin schwartz workers.
(edit) @133 [133] 2 years bradfitz get first method working
(edit) @132 [132] 2 years bradfitz dist pg schema
(edit) @131 [131] 2 years bradfitz + - include postgres schema in docs. from Michael Zedeler + …
(edit) @130 [130] 2 years bradfitz bit more
(edit) @129 [129] 2 years bradfitz start of work on gearman-based schwartz server. this way the python and …
(edit) @125 [125] 2 years btrott Reverting/changing behavior of changeset 124 (insert_time): We now …
(edit) @124 [124] 2 years btrott Set insert_time of new jobs to the current server time, when inserting a …
(edit) @122 [122] 3 years bradfitz Checking in changes prior to tagging of version 1.04. Changelog diff …
(edit) @118 [118] 3 years bradfitz Checking in changes prior to tagging of version 1.03. Changelog diff is:
(edit) @117 [117] 3 years bradfitz doc update
(edit) @116 [116] 3 years bradfitz require at least what's on CPAN.
(edit) @115 [115] 3 years bradfitz adding shipit conf
(edit) @114 [114] 3 years bradfitz cleanup, prep for a real release.
(edit) @113 [113] 3 years abunner pod for the new driver_cache_expiration parameter (and spaces instead of …
(edit) @112 [112] 3 years abunner Optionally have TheSchwartz cache connections to its databases. New …
(edit) @111 [111] 3 years bradfitz method to work on a specific job handle
(edit) @110 [110] 3 years mpaschal That new() was actually a new_from_array(), oops
(edit) @109 [109] 3 years bradfitz support filtering on funcid
(edit) @108 [108] 3 years mpaschal These methods return jobs, not jobhandles
(edit) @107 [107] 3 years mpaschal Some POD for TheSchwartz::Job
(edit) @106 [106] 3 years mpaschal Some POD for TheSchwartz::Worker
(edit) @105 [105] 3 years mpaschal Some POD for TheSchwartz.pm It may be inaccurate, but it's also incomplete
(edit) @104 [104] 3 years bradfitz fix the client/db time out-of-sync problem, and un-TODO the test.
(edit) @103 [103] 3 years bradfitz fix conditional storable thawing
(edit) @102 [102] 3 years bradfitz add funcid to exitstatus
(edit) @101 [101] 3 years bradfitz add funcid to error table
(edit) @100 [100] 3 years bradfitz make 'want_handle' default to true, since you should always have it, and …
(edit) @99 [99] 3 years bradfitz lazily load funcname from funcid
(edit) @98 [98] 3 years bradfitz log $@
(edit) @97 [97] 3 years bradfitz a Job 'arg' need not be a storable-like thingy or reference anymore. a …
(edit) @96 [96] 3 years bradfitz well tested! fixing bugs and alignment with one character!
(edit) @95 [95] 3 years sky cluttering up my style
(edit) @94 [94] 3 years sky correct
(edit) @93 [93] 3 years sky Update documentation. Add support for giving an array of funcnames.
(edit) @92 [92] 3 years bradfitz clean exitstatus and error table as we go.
(edit) @91 [91] 3 years bradfitz misc stuff
(edit) @90 [90] 3 years sky use named args
(edit) @89 [89] 3 years bradfitz math was never right in that test anyway.
(edit) @88 [88] 3 years sky this is not working yet, so mark it as a TODO test
(edit) @87 [87] 3 years sky add a list_jobs function that doesnt lock jobs, it can be used internally …
(edit) @86 [86] 3 years bradfitz -- add a permanent_failure method. -- let failed and permanent_failure …
(edit) @85 [85] 3 years bradfitz more reliably pass
(edit) @84 [84] 3 years bradfitz new test and bug fixes for when a job "die"s when working on …
(edit) @83 [83] 3 years bradfitz better debugging.
(edit) @82 [82] 3 years bradfitz coalescing support
(edit) @81 [81] 3 years bradfitz failing test for ben to fix. :)
(edit) @80 [80] 3 years bradfitz parallel worker test. including triggering races.
(edit) @79 [79] 3 years btrott Fixed grab-race.t by reorganizing the way we select jobs. Now we select a …
(edit) @78 [78] 3 years btrott Added NOT NULL to grabbed_until column.
(edit) @77 [77] 3 years btrott grabbed_until now defaults to 0, rather than NULL. Simplified the …
(edit) @76 [76] 3 years bradfitz test for found race condition when grabbing jobs
(edit) @75 [75] 3 years bradfitz force running tests w/ innodb, or skip
(edit) @74 [74] 3 years bradfitz be able to run mysql vs. sqlite tests separately
(edit) @73 [73] 3 years mischa really use the user-specified DSN
(edit) @72 [72] 3 years mischa Present for ops: let schwartzmon take options for dbname, …
(edit) @71 [71] 3 years btrott Very, very simple Nagios plugin for checking the number of jobs in …
(edit) @70 [70] 3 years btrott Spec file for building a Schwartz RPM.
(edit) @69 [69] 3 years btrott Don't warn on an empty password/username.
(edit) @68 [68] 3 years btrott Now uses Module::Install; added the additional prereqs.
(edit) @67 [67] 4 years bradfitz insert_jobs (plural) support
(edit) @66 [66] 4 years bradfitz logging/verbosity stuff
(edit) @65 [65] 4 years btrott Use the new portable error stuff in the latest Data::ObjectDriver …
(edit) @64 [64] 4 years bradfitz uniqkey tests
(edit) @63 [63] 4 years bradfitz error tailing support
(edit) @62 [62] 4 years bradfitz error command, a little
(edit) @61 [61] 4 years bradfitz start of multiple DB support and subcommands, like tailing errors
(edit) @60 [60] 4 years bradfitz log error times with errors
(edit) @59 [59] 4 years btrott * Added separate current_abilities set, which is the set of funcnames …
(edit) @58 [58] 4 years bradfitz new test for ben to fix.
(edit) @57 [57] 4 years bradfitz help command
(edit) @56 [56] 4 years bradfitz monitoring script
(edit) @55 [55] 4 years bradfitz better version of test
(edit) @54 [54] 4 years bradfitz some mysql changes. more later.
(edit) @53 [53] 4 years btrott * Renamed choose_database to shuffled_databases, which returns a list of …
(edit) @52 [52] 4 years bradfitz test for ben, so work is spread evenly. currently it's not.
(edit) @51 [51] 4 years btrott Removed all of the old vestigial code for function aliases.
(edit) @50 [50] 4 years btrott Added a work_once method, and refactored work_until_done to call it.
(edit) @49 [49] 4 years btrott Added LIMIT 1 to queries to find a job to work on.
(edit) @48 [48] 4 years bradfitz temporary workaround while data-object-driver is out of sync between two …
Note: See TracRevisionLog for help on using the revision log.