Mark McDowall
|
1166a81eb3
|
Chained commands keep the same CommandId in nlog context
|
11 years ago |
Mark McDowall
|
c928ccb201
|
Added progress messaging, using info logging
Also extension methods for complete and failed (for coloured UI messaging)
|
11 years ago |
Mark McDowall
|
0894fc0e77
|
Fixing CommandIntegrationTest - for now
|
11 years ago |
Mark McDowall
|
1e7db2287e
|
ScheduledTasks properly set last run time now
|
11 years ago |
Mark McDowall
|
c96ba5efd3
|
Commands return immediately and signalr is used to control the UI
|
11 years ago |
Mark McDowall
|
56cd80d24a
|
TrackedCommands are cleaned up automatically
TrackedCommandCleanupCommand is not tracked
|
11 years ago |
Mark McDowall
|
780e374122
|
Added ProgressMessaging through nlog
|
11 years ago |
Mark McDowall
|
3c632743a1
|
Better names, more info, not using events
|
11 years ago |
Mark McDowall
|
bb103947a2
|
Type and Command have private setters
|
11 years ago |
Mark McDowall
|
c917cdc0cc
|
Commands are stored in memory and prevents duplicate jobs
|
11 years ago |
Mark McDowall
|
a86c131761
|
Added CommandStartedEvent
|
11 years ago |
Mark McDowall
|
a3961ffb69
|
Added CommandId to commands
|
11 years ago |
kay.one
|
b676f868ce
|
Disk scan is much much much much faster.
|
11 years ago |
kay.one
|
d607b831c9
|
added exception logging to Tasks.
|
11 years ago |
Keivan Beigi
|
9181b1bb91
|
more granular Concurrency control.
indexer calls are done fully paralleled.
events are dispatched on max of 2 threads.
|
12 years ago |
Keivan Beigi
|
763df726f0
|
all services are singleton by default.
|
12 years ago |
kay.one
|
587eba6324
|
less reflectionee Command publishing.
|
12 years ago |
kay.one
|
687f8d9384
|
fixed disk scan scheduler.
|
12 years ago |
kay.one
|
a816a83f3a
|
improvements to scheduler,
better parallelism on RSS fetch
|
12 years ago |
kay.one
|
57e78e31fe
|
cleanup
|
12 years ago |
Keivan Beigi
|
4deecde092
|
back to tiny for now
|
12 years ago |
kay.one
|
32431540c5
|
Scheduled Tasks should work as long as they are registered.
|
12 years ago |
kay.one
|
fa8f67d7fe
|
fixed service registration for event handlers and executors.
|
12 years ago |
Keivan Beigi
|
ec58b8b595
|
removed all the jobs.
|
12 years ago |
Keivan Beigi
|
182192e0ba
|
added commands.
they can be triggered using the api
api/command/
|
12 years ago |
Keivan Beigi
|
7ae9e79540
|
renamed EventAggregator to MessageAggregator
|
12 years ago |