Ok, I am good now. For future reference here is what the rows in the
delayed_jobs table should look like:
mysql> select * from delayed_jobs;
+----+----------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------------------------------+---------------+-------------+----------------+----------+------------------------------+-------------------------------+
| id | priority | attempts | handler
| last_error | run_at
| locked_at | failed_at | locked_by | queue | created_at
| updated_at |
+----+----------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------------------------------+---------------+-------------+----------------+----------+------------------------------+------------------------------------+
| 29 | 0 | 0 | ---
!ruby/object:ThinkingSphinx::Deltas::DelayedDelta::DeltaJob index:
atom_delta | NULL |
2014-04-28 16:15:52 | NULL | NULL | NULL | NULL |
2014-04-28 16:15:52 | 2014-04-28 16:15:52 |
| 30 | 0 | 0 | ---
!ruby/object:ThinkingSphinx::Deltas::DelayedDelta::FlagAsDeletedJob index:
atom_core document_id: 1161291 | NULL | 2014-04-28 16:15:52 | NULL
| NULL | NULL | NULL | 2014-04-28 16:15:52 | 2014-04-28
16:15:52 |
+----+----------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------------------------------+--------------+--------------+-----------------+----------+------------------------------+-----------------------------------+
2 rows in set (0.00 sec)
Replace "atom" in the handler portion with the object you have your index
on. The document id hasn't seemed to matter so far. I've been using the
same static value each time with no obvious ill effects.
Thanks for the help, Pat.
--
You received this message because you are subscribed to the Google Groups
"Thinking Sphinx" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/thinking-sphinx.
For more options, visit https://groups.google.com/d/optout.