Last 30 days
-
r110
(calculates cost of running EC2 instances based on log file i...) committed by dkavanagh
- calculates cost of running EC2 instances based on log file info about when instances started/stopped
calculates cost of running EC2 instances based on log file info about when instances started/stopped
Earlier this year
-
r109
(supports parallel result file upload to S3, thanks Shlomo.
i...) committed by dkavanagh
- supports parallel result file upload to S3, thanks Shlomo.
improved busy/idle tracking for better instance load value
supports parallel result file upload to S3, thanks Shlomo.
improved busy/idle tracking for better instance load value
-
ScalingResults
Wiki page edited by dkavanagh
- Revision r107
Edited wiki page through web user interface.
Revision r107
Edited wiki page through web user interface.
-
r105
(pool manager now handles termination better. It tracks how m...) committed by dkavanagh
- pool manager now handles termination better. It tracks how many instances are desired to kill, then
when their time during the current billable hour elapses, they are terminated. This maximizes use of
the instance billable hour and maintains termination desires of the pool.
Also report now is the number of actual servers running, vs # servers started
pool manager now handles termination better. It tracks how many instances are desired to kill, then
when their time during the current billable hour elapses, they are terminated. This maximizes use of
the instance billable hour and maintains termination desires of the pool.
Also report now is the number of actual servers running, vs # servers started
-
ScalingResults
Wiki page edited by dkavanagh
- Revision r104
Edited wiki page through web user interface.
Revision r104
Edited wiki page through web user interface.
-
ScalingResults
Wiki page added by dkavanagh
- Revision r103
Created wiki page through web user interface.
Revision r103
Created wiki page through web user interface.
-
r101
(fixed bug in terminate code that occurs when < all instances...) committed by dkavanagh
- fixed bug in terminate code that occurs when < all instances are being terminated
fixed bug in terminate code that occurs when < all instances are being terminated
-
r100
(newer version of typica) committed by dkavanagh
- newer version of typica
-
r99
(break out reading of pool config into protected method. This...) committed by dkavanagh
- break out reading of pool config into protected method. This allows overriding by child class and
tweaking of pool config programatically. This is helpful for sending dynamic values in user data.
break out reading of pool config into protected method. This allows overriding by child class and
tweaking of pool config programatically. This is helpful for sending dynamic values in user data.
-
r98
(changed instance list to Vector to avoid concurrent mod exce...) committed by dkavanagh
- changed instance list to Vector to avoid concurrent mod exception.
Now use greedy approach to reading status messages. 10 at a time isn't enough when there is a lot of
status being reported. Can get behind an improperly assume instances are failing.
improve proxxy handling
changed instance list to Vector to avoid concurrent mod exception.
Now use greedy approach to reading status messages. 10 at a time isn't enough when there is a lot of
status being reported. Can get behind an improperly assume instances are failing.
improve proxxy handling
-
r97
(changed to "secret" for queue
) committed by dkavanagh
- changed to "secret" for queue
changed to "secret" for queue
-
r96
(allow for ingestion based soley on properties (no files)
) committed by dkavanagh
- allow for ingestion based soley on properties (no files)
allow for ingestion based soley on properties (no files)
-
r95
(allow input file to be null. Some requests just use properti...) committed by dkavanagh
- allow input file to be null. Some requests just use properties
allow input file to be null. Some requests just use properties
-
r94
(support for eucalyptus.. testing pending.. support for doubl...) committed by dkavanagh
- support for eucalyptus.. testing pending.. support for double/secret credentials. tested with old
single credentials and still works.
support for eucalyptus.. testing pending.. support for double/secret credentials. tested with old
single credentials and still works.
-
-
-
-
-
r93
(set default receive count to 10. Also print actual error whe...) committed by dkavanagh
- set default receive count to 10. Also print actual error when server can't be started
set default receive count to 10. Also print actual error when server can't be started
-
r92
(changed default receive message count to 10 (to match new ma...) committed by dkavanagh
- changed default receive message count to 10 (to match new max for new SQS API)
changed default receive message count to 10 (to match new max for new SQS API)
-
issue 7
(SQS2 Transition : invalid RECEIVE_COUNT) commented on by gummay
-
-
issue 7
(SQS2 Transition : invalid RECEIVE_COUNT) reported by gummay
-
-
r91
(patch submitted by shlomo to launch replacement server befor...) committed by dkavanagh
- patch submitted by shlomo to launch replacement server before trying to terminate faulty one
patch submitted by shlomo to launch replacement server before trying to terminate faulty one
-
r90
(changes to upgrade to new SQS api. Lower costs, same great s...) committed by dkavanagh
- changes to upgrade to new SQS api. Lower costs, same great service
changes to upgrade to new SQS api. Lower costs, same great service
-
Older
-
r89
(completed movement of lifeguard gui into lifeguard dir.
adde...) committed by dkavanagh
- completed movement of lifeguard gui into lifeguard dir.
added ability to specify additional params in user data to service instances
completed movement of lifeguard gui into lifeguard dir.
added ability to specify additional params in user data to service instances
-
r88
(
moving lifeguard GUI items out of root, to ease integration...) committed by dkavanagh
-
moving lifeguard GUI items out of root, to ease integration with other apps
moving lifeguard GUI items out of root, to ease integration with other apps
-
-
r86
(allow base service class to bump out busy/idle times since i...) committed by dkavanagh
- allow base service class to bump out busy/idle times since it really has current info about that
state.
allow base service class to bump out busy/idle times since it really has current info about that
state.
-
r85
(updated PoolMonitor interface and related code. Added Pool L...) committed by dkavanagh
- updated PoolMonitor interface and related code. Added Pool Load to Flex UI
updated PoolMonitor interface and related code. Added Pool Load to Flex UI
-
r84
(code to properly handle propery based ingestion (no input fi...) committed by dkavanagh
- code to properly handle propery based ingestion (no input file).
code to properly handle propery based ingestion (no input file).
-
r83
(Lots of stuff. Better instance status (they always send stat...) committed by dkavanagh
- Lots of stuff. Better instance status (they always send status.. and it is used as a heart beat)
Instance monitor will terminate and replace failed instances (whose heartbeat has not been heard in
long enough time)
Can now override output keys either in the service or in the work request
can override instance id in service config file (so it will not try to pull instance metadata till
it times out)
new ingestor base class methods to import data several ways, files, objs already in S3 or just empty
input and properties.
decent proxy handling, so this can run behind a proxy.
Lots of stuff. Better instance status (they always send status.. and it is used as a heart beat)
Instance monitor will terminate and replace failed instances (whose heartbeat has not been heard in
long enough time)
Can now override output keys either in the service or in the work request
can override instance id in service config file (so it will not try to pull instance metadata till
it times out)
new ingestor base class methods to import data several ways, files, objs already in S3 or just empty
input and properties.
decent proxy handling, so this can run behind a proxy.
-
-
-
r80
(patch from Chris to properly set all status message fields
) committed by dkavanagh
- patch from Chris to properly set all status message fields
patch from Chris to properly set all status message fields
-
r79
(patch from Andrey to properly set mime type on files stored ...) committed by dkavanagh
- patch from Andrey to properly set mime type on files stored in S3
patch from Andrey to properly set mime type on files stored in S3
-
r78
(patch from Chris to only sleep when no messages were process...) committed by dkavanagh
- patch from Chris to only sleep when no messages were processed (speeds up status message processing)
patch from Chris to only sleep when no messages were processed (speeds up status message processing)
-
r77
(removed my proxy setting
) committed by dkavanagh
- removed my proxy setting
|