Skip to content
This repository was archived by the owner on Aug 30, 2021. It is now read-only.

Conversation

@goru
Copy link
Owner

@goru goru commented Feb 22, 2015

related #9

@goru goru added this to the v0.2.0 milestone Feb 22, 2015
@goru goru assigned supistar and unassigned supistar Feb 22, 2015
@goru
Copy link
Owner Author

goru commented Feb 22, 2015

I encountered limit of "Datastore Small Operations".
We have to think another solution or define rate limit of queue. :(

@goru goru changed the title Delete taskqueue [WIP] Delete taskqueue Feb 24, 2015
@goru goru changed the title [WIP] Delete taskqueue Delete taskqueue Feb 25, 2015
@goru
Copy link
Owner Author

goru commented Feb 25, 2015

I changed following points.

  • use Query class. https://cloud.google.com/appengine/docs/python/datastore/queryclass
  • don't specify parent when creating new entry (for support asynchronous delete)
  • convert new style entry record if old style entry record is found when getting entry record.
  • use TaskQueue when deleting entries of feed.
  • add handler for getting / deleting single entry.
  • add handler for converting old style to new style.
  • add handler for checking status which feed has old style entries.

@goru goru changed the title Delete taskqueue [WIP] Delete taskqueue Feb 28, 2015
@goru goru force-pushed the delete-taskqueue branch from 3454e1c to 7dfc775 Compare March 4, 2015 16:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants