Skip to content
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.

Introduce cron-like scheduling for producers. #7

Merged
merged 5 commits into from May 20, 2015

Conversation

ralphbean
Copy link
Contributor

This fixes one of our major underlying issues raised in #6. With this,
we can have our producers fire at specific times.

This fixes one of our major underlying issues raised in #6. With this,
we can have our producers fire at specific times.
@lmacken
Copy link

lmacken commented May 19, 2015

Real nice. 👍

def test_wrap_invalid_item(self):
Schedule(minute=['lol'])

@nose.tools.raises(TypeError)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is neat! :)

@rtnpro
Copy link
Contributor

rtnpro commented May 20, 2015

@ralphbean Test case are failing at my end.

ralphbean added a commit that referenced this pull request May 20, 2015
Introduce cron-like scheduling for producers.
@ralphbean ralphbean merged commit 53790e7 into develop May 20, 2015
@ralphbean ralphbean deleted the feature/scheduling branch May 20, 2015 14:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants