1. 01 Oct, 2012 2 commits
    • Julien Muchembled's avatar
      CMFActivity: new 'merge_parent=<path>' SQLDict parameter · a7d796a5
      Julien Muchembled authored
      If specified, <path> must be the path of an ancestor and SQLDict will merge all
      similar messages under this path and process only the root message.
      
      This will be used in ERP5 simulation to drop 'expand' activities that are
      children of other 'expand' activities.
      
      Because it can be used with grouped messages, it may be interesting to used it
      for recursiveImmediateReindexObject.
      a7d796a5
    • Julien Muchembled's avatar
      CMFActivity: try to reserve older messages first (ORDER BY priority, date) · 275799fe
      Julien Muchembled authored
      This reverts commit 2a84df59 partially.
      With a good index, requests should be fast enough to avoid locks.
      
      Use following requests to update activity tables:
      
      ALTER TABLE message DROP KEY processing_node_date, ADD KEY processing_node_priority_date (processing_node, priority, date);
      ALTER TABLE message_queue DROP KEY processing_node_date, ADD KEY processing_node_priority_date (processing_node, priority, date);
      275799fe
  2. 24 Sep, 2012 1 commit
  3. 21 Sep, 2012 1 commit
  4. 19 Sep, 2012 3 commits
  5. 18 Sep, 2012 5 commits
  6. 17 Sep, 2012 26 commits
  7. 14 Sep, 2012 2 commits