On Sat, Aug 7, 2010 at 9:26 AM, <gor...@gorste.plus.com> wrote: > I am writing a job queuing system in catalyst. I have found an example of > a job queuing examples that uses TheSchwartz and catalyst through > Catalyst::Model::Adaptor. Currently it uses Sqlite, I need to use MySQL, > for me to do this I need to create TheSchwartz with augments like
I haven't played with your sample at all, or looked at the stuff much in a year, but MySQL should actually be easier than SQLite and you dropped the mange_args sub which is probably relevant. Try adding it– sub mangle_arguments { %{$_[1]} } http://sedition.com/a/2742 -Ashley _______________________________________________ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site: http://dev.catalyst.perl.org/