phab/src/infrastructure/daemon/workers/querystable
phab/src/infrastructure/daemon/workers/query
stable
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
3215899925e2 | epriestley | Execute Maniphest batch edits in the background with a web UI progress bar | Jun 23 2015 | |||
36e2d02d6ec5 | Joshua Spence | phtize all the things | May 22 2015 | |||
acb45968d889 | Joshua Spence | Use `__CLASS__` instead of hard-coding class names | May 13 2015 | |||
31a89bb94d2a | epriestley | Revert a json_decode() which decodes possible scalars | May 5 2015 | |||
70c864914210 | Joshua Spence | Use phutil_json_decode instead of json_decode | May 5 2015 | |||
55e49d7e316c | epriestley | Provide more buildXClause() and buildXClauseParts() on PolicyAwareQuery | Apr 20 2015 | |||
f5580c7a083e | epriestley | Make buildWhereClause() a method of AphrontCursorPagedPolicyAwareQuery | Apr 20 2015 | |||
ed2a5a9a34a7 | epriestley | Fix PhabricatorWorkerTriggerQuery method visibility | Jan 23 2015 | |||
77bcbed9f98e | epriestley | Implement PolicyAwareQuery for triggers | Jan 20 2015 | |||
ef106d297935 | epriestley | Add order-by-ID to PhabricatorWorkerTriggerQuery | Jan 20 2015 | |||
3860c56e8575 | epriestley | Allow querying triggers by ID/PHID | Jan 20 2015 | |||
19be32656f84 | epriestley | Implement clock/trigger infrastructure for scheduling actions | Jan 16 2015 | |||
8c4f3edd8ad8 | epriestley | Skip some repository checks in cluster enviornments | Dec 31 2014 | |||
ba4ebf28adef | epriestley | Allow archived tasks to be queried by object PHID and order by id | Dec 31 2014 | |||
9219645287e9 | Bob Trahan | Daemons - add "objectPHID" to task tables. | Dec 24 2014 | |||
a4474a497583 | Bob Trahan | Daemons - introduce PhabricatorWorkerArchiveTaskQuery | Dec 24 2014 | |||
7d9bda59a6bf | epriestley | Prevent worker queue leases from exceeding 64 characters | Dec 17 2014 | |||
b5f7e9eec60a | epriestley | Reverse meaning of task priority column | Nov 24 2014 | |||
914b8bb32cd7 | epriestley | Fix daemon task queue to respect task priority | Oct 31 2014 | |||
9a679bf3746c | Joshua Spence | Allow worker tasks to have priorities | Jul 11 2014 | |||
8756d82cf6c1 | Joshua Spence | Remove `@group` annotations | Jul 10 2014 | |||
0a62f13464b8 | Joshua Spence/epriestley | Change double quotes to single quotes. | Jun 9 2014 | |||
cb545856a9b8 | epriestley | Make task queue more robust against long-running tasks | Apr 15 2014 | |||
0ed281d25e44 | epriestley | Make taskmaster consumption of failed tasks more FIFO-ey | Dec 9 2013 | |||
af321df3c0e8 | epriestley | Fix a bad query in LeaseQuery | Jul 24 2013 | |||
3391e3d34b10 | Jakub Vrana | Use (a = ? AND b = ?) instead of (a, b) IN (?, ?) | Apr 6 2013 | |||
22c64c67ffca | epriestley | Fix performance problem for large task queues | Jan 22 2013 | |||
ef85f49adc07 | vrana | Delete license headers from files | Nov 5 2012 | |||
0364ccdd5f4d | epriestley | Fix an issue where PhabricatorWorkerLeaseQuery may lease different tasks than… | Nov 1 2012 | |||
f0fdcf1a516c | epriestley | Undumb the Drydock resource allocator pipeline | Nov 1 2012 | |||
84ee4cd9f62f | epriestley | Factor out task execution and formalize permanent failures | Nov 1 2012 | |||
88fad90c1c0a | epriestley | Move task leasing to a dedicated query | Nov 1 2012 |
c4science · Help