/
vshmidt
/
masstransit
ОбзорДокументацияВойти
/
vshmidt
/
masstransit
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
masstransit/
.../JobService/Configuration/
..
InstanceJobServiceSettings.cs

Fixed a race condition in the job service where a job could be started while the job service is stopping, producing a fault that retries the job on another instance when available.

год назад
JobAttemptSagaDefinition.cs

Moved finalization of previous job attempts for recurring jobs to the schedule time vs the run time to avoid cleanup issues with message ordering / saga conflicts. Also adjusted partitioning to be by JobId instead of AttemptId for endpoint partitions.

год назад
JobSagaDefinition.cs

Moved finalization of previous job attempts for recurring jobs to the schedule time vs the run time to avoid cleanup issues with message ordering / saga conflicts. Also adjusted partitioning to be by JobId instead of AttemptId for endpoint partitions.

год назад
JobSagaSettings.cs

Refactored job service for container-based configuration and eliminated the need for service instance configuration. Added extensions for Cosmos, Redis, MongoDB, Azure Table, EF Core

3 года назад
JobSagaSettingsConfigurator.cs

Refactored job service for container-based configuration and eliminated the need for service instance configuration. Added extensions for Cosmos, Redis, MongoDB, Azure Table, EF Core

3 года назад
JobServiceConfigurator.cs

Moved finalization of previous job attempts for recurring jobs to the schedule time vs the run time to avoid cleanup issues with message ordering / saga conflicts. Also adjusted partitioning to be by JobId instead of AttemptId for endpoint partitions.

год назад
JobServiceConsumerConfigurationObserver.cs

Add job type name to help diagnose problems.

3 года назад
JobServiceEndpointConfigurationObserver.cs

Refactored job service for container-based configuration and eliminated the need for service instance configuration. Added extensions for Cosmos, Redis, MongoDB, Azure Table, EF Core

3 года назад
JobTypeSagaDefinition.cs

Moved finalization of previous job attempts for recurring jobs to the schedule time vs the run time to avoid cleanup issues with message ordering / saga conflicts. Also adjusted partitioning to be by JobId instead of AttemptId for endpoint partitions.

год назад