Bram - Smartelectronix wrote:
> I have some tasks (in my case songs that need "rendering") which are
> executed on various amazon EC2 machines. I need to distribute each task
> to one machine only and make sure there's no concurrent rendering.
>
> I tried this:
>
[...]
> song_id = int
Hello Everyone,
I have some tasks (in my case songs that need "rendering") which are
executed on various amazon EC2 machines. I need to distribute each task
to one machine only and make sure there's no concurrent rendering.
I tried this:
@transaction.commit_manually
def get_song_to_process(
2 matches
Mail list logo