You can create a model for messages to be sent and create entries to
that model on post_save. Then you'll just have to create a command to
send unsent messages and a cron to execute that command.

On Aug 7, 9:27 am, Kenneth Gonsalves <law...@thenilgiris.com> wrote:
> hi,
>
> I use a post_save signal to send a tweet on twitter. Just now I have had some
> ugly timeout crashes since twitter was not responding and my saves were
> getting b0rked. How does one get around that?
> --
> regards
> kghttp://lawgon.livejournal.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to