This website requires JavaScript.
Explore
Help
Register
Sign In
yv01p
/
Umbraco-CMS
Watch
1
Star
0
Fork
0
You've already forked Umbraco-CMS
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
044c900c2ba52428b7acecb8d15fc0769c5b9eaa
Umbraco-CMS
/
src
/
Umbraco.Web
/
Scheduling
History
Sebastiaan Janssen
e8a9c4da2e
Merge branch 'v8/dev' into v8/contrib
2021-03-31 13:01:25 +02:00
..
BackgroundTaskRunner.cs
Merge branch 'v8/dev' into v8/contrib
2021-03-31 13:01:25 +02:00
BackgroundTaskRunnerOptions.cs
…
HealthCheckNotifier.cs
…
IBackgroundTask.cs
…
IBackgroundTaskRunner.cs
…
ILatchedBackgroundTask.cs
…
KeepAlive.cs
Improve speed and reduce allocations by implementing logger overloads to avoid params [] allocation (
#8917
)
2021-02-22 08:22:49 +10:00
LatchedBackgroundTaskBase.cs
…
LogScrubber.cs
…
RecurringTaskBase.cs
Add overloaded method for RecurringTaskBase
2020-12-16 00:46:41 +01:00
ScheduledPublishing.cs
Improve speed and reduce allocations by implementing logger overloads to avoid params [] allocation (
#8917
)
2021-02-22 08:22:49 +10:00
SchedulerComponent.cs
Merge branch 'v8/8.6' into v8/dev
2020-10-13 16:45:27 +02:00
SchedulerComposer.cs
make composers and components public
2020-10-13 16:41:26 +02:00
SimpleTask.cs
…
TaskAndFactoryExtensions.cs
Ensure that TaskScheduler.Default is used anywhere that ContinueWith is used, adds more debug logging to MainDom operations
2020-11-18 12:33:13 +11:00
TaskEventArgs.cs
…
TempFileCleanup.cs
Improve speed and reduce allocations by implementing logger overloads to avoid params [] allocation (
#8917
)
2021-02-22 08:22:49 +10:00
ThreadingTaskImmutable.cs
…