mirror of
https://github.com/not-kennethreitz/convore.json.git
synced 2026-06-18 22:20:58 +00:00
1 line
5.1 KiB
JSON
1 line
5.1 KiB
JSON
[{"user_id": 31790, "stars": [], "topic_id": 38678, "date_created": 1307579200.6912661, "message": "After I get the message \"ep.io: Complete!\", it can take a non-deterministic number of seconds anywhere between 2-30 or so for the new version to actually be visible when I hit the browser's relaod button. Is there any way to reduce that uncertainty (for example, only have ep.io report 'complete' when the new version is actually being served up)?", "group_id": 2873, "id": 1344283}, {"user_id": 31790, "stars": [], "topic_id": 38678, "date_created": 1307579009.7421551, "message": "When I upload to ep.io, it takes a while top build the code and eventually spin it up as a new instance. Is there any way to speed that up?", "group_id": 2873, "id": 1344259}, {"user_id": 31790, "stars": [], "topic_id": 38678, "date_created": 1307603268.770936, "message": "How best to set up Continuous Deployment of a Django app to ep.io?", "group_id": 2873, "id": 1346995}, {"user_id": 8740, "stars": [], "topic_id": 38678, "date_created": 1307604503.646652, "message": "So, the uncertanty is mainly because the upload script sends the request, but doesn't then wait for confirmation - we're looking at making it wait and tell you things are reloaded as well.", "group_id": 2873, "id": 1347093}, {"user_id": 8740, "stars": [], "topic_id": 38678, "date_created": 1307604564.7347269, "message": "Also, upload will be sped up when we enable repository caching on our side. As for continuous deployment, something like a cron script running upload/push should work.", "group_id": 2873, "id": 1347098}, {"user_id": 31790, "stars": [], "topic_id": 38678, "date_created": 1307604823.1287351, "message": "So, I understand why there is a delay, but given that I am re-uploading what amounts to the same code, I'm not sure why the time is so variable. That said, I would encourage you to add that feature, since it would help *deal* with the variability.", "group_id": 2873, "id": 1347121}, {"user_id": 31790, "stars": [], "topic_id": 38678, "date_created": 1307604897.2010901, "message": "I thought you *were* cacheing downloads...", "group_id": 2873, "id": 1347126}, {"user_id": 31790, "stars": [], "topic_id": 38678, "date_created": 1307612168.7487891, "message": "Perhaps you're only caching downloaded packages, and not repos?", "group_id": 2873, "id": 1347692}, {"user_id": 31790, "stars": [], "topic_id": 38678, "date_created": 1307616562.6283331, "message": "OK, thanks for the explanation of the variable delay.", "group_id": 2873, "id": 1348209}, {"user_id": 8740, "stars": [], "topic_id": 38678, "date_created": 1307616444.0669639, "message": "I meant caching the uploaded repo - for a lot of people, a significant portion of the upload time is git/hg transferring all the data (we currently force them to upload the entire history every time)", "group_id": 2873, "id": 1348197}, {"user_id": 8740, "stars": [{"date_created": 1307801339.1768501, "user_id": 12716}], "topic_id": 38678, "date_created": 1307616484.0759971, "message": "and the delay is variable purely because the server restart queue might have something else in it at that point - remember, new uploads get started up on a separate server, switched to, and the old ones shut down", "group_id": 2873, "id": 1348202}, {"user_id": 31790, "stars": [], "topic_id": 38678, "date_created": 1307616727.8870289, "message": "So, for the upload, does that only affect the 'epio upload' command, or does it affect the git push method (which I haven't tried yet) as well?", "group_id": 2873, "id": 1348217}, {"user_id": 8740, "stars": [], "topic_id": 38678, "date_created": 1307648750.3466151, "message": "It affects both.", "group_id": 2873, "id": 1352971}, {"user_id": 1081, "stars": [], "topic_id": 38678, "date_created": 1308454163.3665111, "message": "Curiously, I hadn't noticed this until now, I've uploaded an already existing app, but when i go to the site, the code doesn't reflect what i've recently uploaded. On ep.io control panel .. the console output confirms the upload, but Its not logging my recent requests.", "group_id": 2873, "id": 1429986}, {"user_id": 1081, "stars": [], "topic_id": 38678, "date_created": 1308455198.8453779, "message": "@andrewgodwin Quite strangely, i tried uploading again, but i'm still not seeing my latest code... i committed to bitbucket so i'm sure the code is there, but even after running epio upload, i'm still seeing old code... is this some sort of cache?", "group_id": 2873, "id": 1430046}, {"user_id": 8740, "stars": [{"date_created": 1308502909.9779279, "user_id": 1081}], "topic_id": 38678, "date_created": 1308474505.6907189, "message": "@rasiel It was actually a problem we had last night, where the coordinator (the daemon that manages reloads, etc) got its mainloop stuck. I've restarted it, and added in some code to hopefully stop it happening again (it's happened a few times recently)", "group_id": 2873, "id": 1430758}, {"user_id": 8740, "stars": [{"date_created": 1308502915.017478, "user_id": 1081}], "topic_id": 38678, "date_created": 1308474526.979569, "message": "That daemon is planned for removal as soon as we move to the new backend release, but it's not ready yet.", "group_id": 2873, "id": 1430759}] |