Git Product home page Git Product logo

Comments (7)

guryanovev avatar guryanovev commented on May 16, 2024

Yes, that is a good point, support for dotnet core should be added. But for now, I am not sure if Quartz.NET v2 inself supports it...

from crystalquartz.

andymac4182 avatar andymac4182 commented on May 16, 2024

I can do the migration to the new csproj format. Once that is done it helps make the migration to core a lot simpler.

from crystalquartz.

guryanovev avatar guryanovev commented on May 16, 2024

@andymac4182 It would be great, but I concerned about the code itself, for example, using System.Web.Serialization that is not available on dotnet core. Maybe I need to investigate it further, but it looks like the migration would not be so simple especially in terms of supporting both core and "classic" .NET at the same time.

from crystalquartz.

andymac4182 avatar andymac4182 commented on May 16, 2024

Might need to split into 2 packages one for core and one for ASP.NET 4.x. Hopefully a lot of the logic could be in the main lib with them just being shims.

from crystalquartz.

moumenmosa avatar moumenmosa commented on May 16, 2024

I used it to connect on quartz in .net core but actually i faced issue while i try to connect using proxy it gave "Error communicating with remote scheduler."
the configration it is as below

<add key="quartz.scheduler.exporter.type" value="Quartz.Simpl.RemotingSchedulerExporter, Quartz" />
<add key="quartz.scheduler.exporter.port" value="555" />
<add key="quartz.scheduler.exporter.bindName" value="QuartzScheduler" />
<add key="quartz.scheduler.exporter.channelType" value="tcp" />
<add key="quartz.scheduler.exporter.channelName" value="httpQuartz" />

<add key="quartz.scheduler.instanceName" value="RemoteServerSchedulerClient" />
<add key="quartz.threadPool.type" value="Quartz.Simpl.SimpleThreadPool, Quartz" />
<add key="quartz.threadPool.threadCount" value="5" />
<add key="quartz.threadPool.threadPriority" value="Normal" />

<add key="quartz.scheduler.proxy" value="true" />
<add key="quartz.scheduler.proxy.address" value="tcp://127.0.0.1:555/QuartzScheduler" />



<add key="quartz.jobStore.type" value="Quartz.Impl.AdoJobStore.JobStoreTX, Quartz"/>
  <add key="quartz.jobStore.dataSource" value="myDS"/>
  <add key="quartz.jobStore.driverDelegateType" value="Quartz.Impl.AdoJobStore.SqlServerDelegate, Quartz"/>
  <add key="quartz.jobStore.lockHandler.type" value="Quartz.Impl.AdoJobStore.UpdateLockRowSemaphore, Quartz"/>
  <add key="quartz.jobStore.tablePrefix" value="QRTZ_"/>
  <add key="quartz.jobStore.clustered" value="false"/>
  <add key="quartz.dataSource.myDS.connectionString" value="Server=.;Database=QuartzDB;Persist Security Info=True;User ID=sa;Password=123;"/>
  <add key="quartz.dataSource.myDS.provider" value="SqlServer"/>
  <add key="quartz.jobStore.useProperties" value="true"/>
  <add key="quartz.serializer.type" value="json"/> 

i think still it is not supported for .net core :(

from crystalquartz.

Inuyasha-Monster avatar Inuyasha-Monster commented on May 16, 2024

i hope so + 1

from crystalquartz.

guryanovev avatar guryanovev commented on May 16, 2024

Core is supported now but please note that there are known Quartz.NET issues with remote scheduler on .NET Core

from crystalquartz.

Related Issues (20)

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.