Code Monkey home page Code Monkey logo

servicestack.quartz's Introduction

ServiceStack.Quartz

Build status NuGet version

Easy job scheduling for ServiceStack.

ServiceStack.Quartz is a plugin for ServiceStack that provides simple integration with Quartz.Net.

Compatibility

Name Min Version
.Net Framework 4.5.2
.Net Standard 2.0
ServiceStack 5.x
Quartz.Net 3.x

Getting Started

The plugin is available via NuGet

install-package ServiceStack.Quartz

If you want to fix a bug or just want to tinker with an idea, we love receiving pull requests!

For information on getting starting and using the plugin, see the documentation site

Credits

Contributions

Before contributing, please read the Contribution Guidelines

servicestack.quartz's People

Contributors

wwwlicious avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

servicestack.quartz's Issues

dependency exception with ServiceStack 5.2.0 on ServiceStack.TaskExt

I'm running dotnetcoreapp2.1, ServiceStack 5.2.0, ServiceStack.Quartz 0.1.0 and getting following exception:
{
"id": 57453288,
"outerId": 55025702,
"typeName": "System.TypeLoadException",
"message": "Could not load type 'ServiceStack.TaskExt' from assembly 'ServiceStack, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null'.",
"hasFullStack": true,
"parsedStack": [
{
"level": 0,
"method": "ServiceStack.Quartz.InMemoryJobListener.JobToBeExecuted",
"assembly": "ServiceStack.Quartz, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null"
},
{
"level": 1,
"method": "Quartz.Core.QuartzScheduler+d__147.MoveNext",
"assembly": "Quartz, Version=3.0.0.0, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4"
}
]
}

I can see that the TaskExt has moved to SS Common (ServiceStack/ServiceStack@534f521). Would that imply this break?

Support for ServiceStack 5.10.2

I'm using this awesome plugin. But if I try to update ServiceStack to 5.10.2 I get the following error. I pulled down the project and tried updating from 5.8 to 5.10.2 and it compiles :) would it be possible for you to publish a new version of this package?

Exception:

Method 'GetKeysByPatternAsync' in type 'ServiceStack.Caching.OrmLiteCacheClient`1' from assembly 'ServiceStack.Server, Version=5.0.0.0, Culture=neutral, PublicKeyToken=02c12cbda47e6587' does not have an implementation.

Stacktrace:

   at System.Reflection.RuntimeAssembly.GetExportedTypes(RuntimeAssembly assembly, ObjectHandleOnStack retTypes)
   at System.Reflection.RuntimeAssembly.GetExportedTypes()
   at ServiceStack.Quartz.Funq.QuartzRegistry.<>c.<RegisterQuartzScheduler>b__1_0(Assembly x)
   at System.Linq.Enumerable.<SelectManyIterator>d__17`2.MoveNext()
   at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext()
   at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
   at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
   at ServiceStack.Quartz.Funq.QuartzRegistry.RegisterQuartzScheduler(Container container, NameValueCollection quartzConfig, Assembly[] jobsAssembly)
   at ServiceStack.Quartz.Funq.QuartzRegistry.RegisterQuartzScheduler(Container container, NameValueCollection quartzConfig)
   at ServiceStack.Quartz.QuartzFeature.AfterInit(IAppHost appHost)
   at ServiceStack.ServiceStackHost.Init()

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.