Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 279 for jobs (1 sec)

  1. cmd/metrics-v2.go

    		mRemote := collectRemoteMetrics(ctx, madmin.MetricsBatchJobs, collectMetricsOpts{})
    		m.Merge(&mRemote)
    
    		if m.Aggregated.BatchJobs == nil {
    			return
    		}
    
    		for _, mj := range m.Aggregated.BatchJobs.Jobs {
    			jtype := toSnake(mj.JobType)
    			var objects, objectsFailed float64
    			var bucket string
    			switch madmin.BatchJobType(mj.JobType) {
    			case madmin.BatchJobReplicate:
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 133.4K bytes
    - Viewed (0)
  2. cmd/batch-job-common-types_test.go

    				t.Fatalf("Expected %v but got %v", test.want, got)
    			}
    		})
    	}
    }
    
    func TestBatchJobSizeValidate(t *testing.T) {
    	errInvalidBatchJobSizeFilter := BatchJobYamlErr{
    		msg: "invalid batch-job size filter",
    	}
    
    	tests := []struct {
    		sizeFilter BatchJobSizeFilter
    		err        error
    	}{
    		{
    			// Unspecified size filter is a valid filter
    			sizeFilter: BatchJobSizeFilter{
    				UpperBound: 0,
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Mon Jan 08 23:22:28 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.25.md

    - Failed pods associated with a job with `parallelism = 1` are recreated by the job controller honoring exponential backoff delay again. However, for jobs with `parallelism > 1`, pods might be created without exponential backoff delay. ([#115022](https://github.com/kubernetes/kubernetes/pull/115022), [@nikhita](https://github.com/nikhita)) [SIG...
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
  4. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    jo
    agri.jo
    ai.jo
    com.jo
    edu.jo
    eng.jo
    fm.jo
    gov.jo
    mil.jo
    net.jo
    org.jo
    per.jo
    phd.jo
    sch.jo
    tv.jo
    
    // jobs : https://www.iana.org/domains/root/db/jobs.html
    jobs
    
    // jp : https://www.iana.org/domains/root/db/jp.html
    // http://jprs.co.jp/en/jpdomain.html
    // Submitted by registry <******@****.***>
    jp
    // jp organizational type names
    ac.jp
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Dec 27 13:39:56 UTC 2024
    - 309.7K bytes
    - Viewed (0)
  5. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    jetzt
    jevnaker.no
    jewelry
    jgora.pl
    jinsekikogen.hiroshima.jp
    jio
    jl.cn
    jll
    jls-sto1.elastx.net
    jls-sto2.elastx.net
    jls-sto3.elastx.net
    jmp
    jnj
    jo
    joboji.iwate.jp
    jobs
    joburg
    joetsu.niigata.jp
    jogasz.hu
    johana.toyama.jp
    joinville.br
    jolster.no
    jondal.no
    jor.br
    jorpeland.no
    joso.ibaraki.jp
    jot
    jotelulu.cloud
    journal.aero
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
  6. cmd/batch-job-common-types_gen.go

    Krishnan Parthasarathi <******@****.***> 1701514293 -0800
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Sat Dec 02 10:51:33 UTC 2023
    - 21.9K bytes
    - Viewed (0)
  7. cmd/batch-job-common-types_gen_test.go

    Krishnan Parthasarathi <******@****.***> 1701514293 -0800
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Sat Dec 02 10:51:33 UTC 2023
    - 11.3K bytes
    - Viewed (0)
  8. okhttp/src/androidMain/assets/PublicSuffixDatabase.list

    jetzt
    jevnaker.no
    jewelry
    jgora.pl
    jinsekikogen.hiroshima.jp
    jio
    jl.cn
    jll
    jls-sto1.elastx.net
    jls-sto2.elastx.net
    jls-sto3.elastx.net
    jmp
    jnj
    jo
    joboji.iwate.jp
    jobs
    joburg
    joetsu.niigata.jp
    jogasz.hu
    johana.toyama.jp
    joinville.br
    jolster.no
    jondal.no
    jor.br
    jorpeland.no
    joso.ibaraki.jp
    jot
    jotelulu.cloud
    journal.aero
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue Dec 31 14:50:53 UTC 2024
    - 129.6K bytes
    - Viewed (2)
  9. src/main/java/org/codelibs/fess/app/web/admin/joblog/EditForm.java

        public int crudMode;
    
        /**
         * The unique identifier of the job log entry being edited.
         * This is a required field for identifying which job log to update.
         */
        @Required
        @ValidateTypeFailure
        public String id;
    
        /**
         * The name of the job that was executed.
         * This is a required field identifying the specific job type.
         */
        @Required
        public String jobName;
    
        /**
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 3.3K bytes
    - Viewed (0)
  10. src/test/java/org/codelibs/fess/helper/JobHelperTest.java

            @Override
            public org.lastaflute.job.subsidiary.RegisteredJob register(String cronExp, Class<? extends org.lastaflute.job.LaJob> jobType,
                    org.lastaflute.job.subsidiary.JobConcurrentExec concurrentExec, org.lastaflute.job.subsidiary.InitialCronOpCall opLambda) {
                return null;
            }
    
            @Override
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 19 23:49:30 UTC 2025
    - 6.2K bytes
    - Viewed (0)
Back to top